[MPlayer-cvslog] r31098 - trunk/configure

cehoyos subversion at mplayerhq.hu
Tue Apr 27 10:19:42 CEST 2010


Author: cehoyos
Date: Tue Apr 27 10:19:42 2010
New Revision: 31098

Log:
Fix compilation with live555 after libavutil r22965.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Apr 25 22:05:22 2010	(r31097)
+++ trunk/configure	Tue Apr 27 10:19:42 2010	(r31098)
@@ -8353,7 +8353,7 @@ if test "$_largefiles" = yes || freebsd 
   fi
 fi
 
-CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS"
+CXXFLAGS=" $CFLAGS -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS"
 
 # This must be the last test to be performed. Any other tests following it
 # could fail due to linker errors. libdvdnavmini is intentionally not linked


More information about the MPlayer-cvslog mailing list