[vlc-commits] contrib: ffmpeg: account for libvpx decoders name	change
    Rafaël Carré 
    git at videolan.org
       
    Tue Jan 15 07:25:31 CET 2013
    
    
  
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan 15 07:25:04 2013 +0100| [aff79ff417cd7d65b5c8fe39aa262e8d5e7e5855] | committer: 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
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=aff79ff417cd7d65b5c8fe39aa262e8d5e7e5855
---
 contrib/src/ffmpeg/rules.mak |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 194217a..9ce78c3 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -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 \
    
    
More information about the vlc-commits
mailing list