[FFmpeg-user] ffmpeg 4.0 and up configure failure

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Jun 6 23:33:19 EEST 2018


2018-06-06 18:06 GMT+02:00, Moocow9m Taliancich <devmoocow9m at gmail.com>:
> I have been able to compile ffmpeg below 4.0 with no problem

I should add that your configure line looks quite broken:
Afaict, you are compiling for MS Windows, the following
have no effect there:
--disable-vdpau
--disable-vaapi
--disable-libdc1394
--disable-securetransport
--disable-indev=avfoundation
--disable-indev=qtkit
--disable-videotoolbox
--disable-libxcb
--disable-xlib
--disable-audiotoolbox
--disable-cuvid
--disable-nvenc
--disable-indev=jack
--disable-indev=alsa
--disable-outdev=alsa

The following are the default and never have an effect:
--disable-libgsm
--disable-libspeex
--enable-zlib
--enable-stripping
--enable-runtime-cpudetect
--disable-librtmp
--disable-libopencore-amrnb
--disable-libopencore-amrwb
--disable-libdc1394
--enable-optimizations
--enable-ffplay
--disable-openssl
--disable-gnutls

The following are most likely a very bad idea:
--disable-sse
--disable-ssse3
(This is the most serious issue, all the above
make it so easy to miss.)

If you install (or move) all dependencies into one
directory, you could simplify your configure line
a lot.

Carl Eugen


More information about the ffmpeg-user mailing list