[MPlayer-cvslog] r35779 - trunk/configure

cehoyos subversion at mplayerhq.hu
Fri Jan 18 10:50:30 CET 2013


Author: cehoyos
Date: Fri Jan 18 10:50:30 2013
New Revision: 35779

Log:
Fix libvpx compilation.

Reported-by: Josh

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jan 18 10:20:23 2013	(r35778)
+++ trunk/configure	Fri Jan 18 10:50:30 2013	(r35779)
@@ -7216,8 +7216,8 @@ EOF
 fi
 if test "$_libvpx_lavc" = yes ; then
   def_libvpx_lavc='#define CONFIG_LIBVPX 1'
-  libavdecoders="$libavdecoders LIBVPX_DECODER"
-  libavencoders="$libavencoders LIBVPX_ENCODER"
+  libavdecoders="$libavdecoders LIBVPX_VP8_DECODER"
+  libavencoders="$libavencoders LIBVPX_VP8_ENCODER"
   codecmodules="libvpx $codecmodules"
 else
   def_libvpx_lavc='#define CONFIG_LIBVPX 0'


More information about the MPlayer-cvslog mailing list