Commit affa5aa5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: deactivate more libav* part

Deactivate totally avdevice and avfiters
Remove bink decoder that does not work in VLC anyway
(cherry picked from commit 2eccf89a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cf8e7701
......@@ -7,15 +7,18 @@ FFMPEGCONF = \
--cc="$(CC)" \
--disable-doc \
--disable-decoder=libvpx \
--disable-decoder=bink \
--enable-libgsm \
--enable-libopenjpeg \
--disable-debug \
--enable-gpl \
--enable-postproc \
--disable-avdevice \
--disable-devices \
--disable-protocols \
--disable-network \
--disable-avfilter \
--disable-network
--disable-filters
# Those tools are named differently in FFmpeg and Libav
# --disable-ffserver \
......
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