Commit aff79ff4 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 d3685de9
......@@ -7,6 +7,8 @@ FFMPEGCONF = \
--cc="$(CC)" \
--disable-doc \
--disable-decoder=libvpx \
--disable-decoder=libvpx_vp8 \
--disable-decoder=libvpx_vp9 \
--disable-decoder=bink \
--enable-libgsm \
--enable-libopenjpeg \
......
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