[FFmpeg-user] FFmpeg config options for VLC.

batguano999 batguano999 at zoho.com
Sun Mar 2 16:28:46 CET 2014


Hi
When we compile VLC with linux it is built against a local FFmpeg.
On the ubuntuforums HowTo ---> ___http://ubuntuforums.org/showthread.php?t=2141949

The suggested config options for FFmpeg are:-
--enable-gpl \
--enable-version3 \
--enable-nonfree \
--enable-libmp3lame \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libvpx \
--enable-libfdk-aac \
--disable-programs \
--disable-doc \
--disable-filters \
--disable-avdevice \
--disable-devices \
--disable-avfilter \
--disable-avresample

For my build I've added some:-
--enable-gpl \
--enable-version3 \
--enable-nonfree \
--enable-libfdk-aac \
--enable-libmp3lame \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libvpx \
--disable-avresample \
--disable-bsfs \
--disable-bzlib \
--disable-devices \
--disable-doc \
--disable-filters \
--disable-iconv \
--disable-programs

Are the config options for my build sane?
Are there any other options that could be safely disabled?



More information about the ffmpeg-user mailing list