Commit e10b28cd authored by Rafaël Carré's avatar Rafaël Carré

contrib: ffmpeg: account for libvpx decoders name change

'libvpx' decoder doesn't exist anymore but we continue to disable it anyway
for people building and older version
parent b07c3720
...@@ -28,7 +28,7 @@ DEPS_ffmpeg = zlib gsm openjpeg ...@@ -28,7 +28,7 @@ DEPS_ffmpeg = zlib gsm openjpeg
# Optional dependencies # Optional dependencies
ifdef BUILD_ENCODERS ifdef BUILD_ENCODERS
FFMPEGCONF += --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx FFMPEGCONF += --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx --disable-decoder=libvpx_vp8 --disable-decoder=libvpx_vp9
DEPS_ffmpeg += lame $(DEPS_lame) vpx $(DEPS_vpx) DEPS_ffmpeg += lame $(DEPS_lame) vpx $(DEPS_vpx)
else else
FFMPEGCONF += --disable-encoders --disable-muxers FFMPEGCONF += --disable-encoders --disable-muxers
......
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