summaryrefslogtreecommitdiffstats
path: root/scripts/ffmpeg-config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ffmpeg-config')
-rwxr-xr-xscripts/ffmpeg-config5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/ffmpeg-config b/scripts/ffmpeg-config
index 57f2bd1..163fd0f 100755
--- a/scripts/ffmpeg-config
+++ b/scripts/ffmpeg-config
@@ -9,11 +9,6 @@ if test -f "$BUILD"/ffmpeg_options ; then
fi
OPTIONS="--enable-gpl --enable-avresample --disable-debug --disable-doc $USER_OPTS"
-# optional flags for encoding (uncomment if you want to support these encoders)
-#OPTIONS="$OPTIONS --enable-libx264"
-#OPTIONS="$OPTIONS --enable-libmp3lame"
-#OPTIONS="$OPTIONS --enable-nonfree --enable-libfdk-aac"
-
echo Using ffmpeg options: $OPTIONS
mkdir -p "$BUILD"/ffmpeg_build