Commit 0accbd79 authored by Rafaël Carré's avatar Rafaël Carré

contrib: Only use options common to Libav and FFmpeg

parent 9dfdda45
......@@ -12,15 +12,17 @@ FFMPEGCONF = \
--disable-debug \
--enable-gpl \
--enable-postproc \
--disable-ffprobe \
--disable-ffserver \
--disable-ffmpeg \
--disable-ffplay \
--disable-avconv \
--disable-devices \
--disable-protocols \
--disable-avfilter \
--disable-network
# Those tools are named differently in FFmpeg and Libav
# --disable-ffserver \
# --disable-ffplay \
# --disable-ffprobe
DEPS_ffmpeg = zlib gsm openjpeg
# Optional dependencies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment