[MPlayer-cvslog] r31567 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jun 27 18:28:45 CEST 2010


Author: reimar
Date: Sun Jun 27 18:28:45 2010
New Revision: 31567

Log:
100l, actually enable libvpx encoder if libvpx is detected.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 27 17:04:13 2010	(r31566)
+++ trunk/configure	Sun Jun 27 18:28:45 2010	(r31567)
@@ -7589,6 +7589,7 @@ fi
 if test "$_libvpx_lavc" = yes ; then
   def_libvpx_lavc='#define CONFIG_LIBVPX 1'
   _libavdecoders="$_libavdecoders LIBVPX_DECODER"
+  _libavencoders="$_libavencoders LIBVPX_ENCODER"
   codecmodules="libvpx $codecmodules"
 else
   def_libvpx_lavc='#define CONFIG_LIBVPX 0'


More information about the MPlayer-cvslog mailing list