Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
remove --enable-gpl and --enable-nonfree
Browse files Browse the repository at this point in the history
  • Loading branch information
ynot01 committed Dec 5, 2023
1 parent c353166 commit 1408711
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,14 @@ RUN mkdir -p ~/ffmpeg_sources ~/bin && cd ~/ffmpeg_sources && \
--extra-libs="-lpthread -lm" \
--bindir="$HOME/bin" \
--enable-libfdk-aac \
--enable-gpl \
--enable-libass \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libopus \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-nonfree && \
--enable-libx265 && \
PATH="$HOME/bin:$PATH" make -j8 && \
make install -j8 && \
hash -r
Expand Down

0 comments on commit 1408711

Please sign in to comment.