[MPlayer-cvslog] r31138 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu May 6 12:10:34 CEST 2010


Author: cehoyos
Date: Thu May  6 12:10:34 2010
New Revision: 31138

Log:
Fix compilation with old libschroedinger-dev installed.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue May  4 20:46:42 2010	(r31137)
+++ trunk/configure	Thu May  6 12:10:34 2010	(r31138)
@@ -7591,7 +7591,7 @@ if test "$_libschroedinger_lavc" = auto 
   else
     cat > $TMPC << EOF
 #include <schroedinger/schro.h>
-int main(void) { schro_init(); return 0; }
+int main(void) { schro_init(); return SCHRO_ENCODER_RATE_CONTROL_CONSTANT_QUALITY; }
 EOF
     if $_pkg_config --exists schroedinger-1.0 ; then
       _inc_schroedinger=$($_pkg_config --silence-errors --cflags schroedinger-1.0)


More information about the MPlayer-cvslog mailing list