[MPlayer-cvslog] r35708 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sun Dec 23 03:19:57 CET 2012


Author: cehoyos
Date: Sun Dec 23 03:19:57 2012
New Revision: 35708

Log:
10l: Use correct variable name for libilbc config line.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Dec 23 02:25:26 2012	(r35707)
+++ trunk/configure	Sun Dec 23 03:19:57 2012	(r35708)
@@ -6637,7 +6637,7 @@ if test "$_libilbc" = yes ; then
   libavdecoders="$libavdecoders LIBILBC_DECODER"
   codecmodules="ilbc $codecmodules"
 else
-  def_libopenjpeg='#define CONFIG_ILBC 0'
+  def_libilbc='#define CONFIG_ILBC 0'
   nocodecmodules="ilbc $nocodecmodules"
 fi
 


More information about the MPlayer-cvslog mailing list