diff configure @ 31081:09b714720a80

Fix compilation with old libschroedinger-dev installed.
author cehoyos
date Thu, 06 May 2010 10:10:34 +0000
parents a4658190b9de
children fb0f2042a60b
line wrap: on
line diff
--- a/configure	Tue May 04 18:46:42 2010 +0000
+++ b/configure	Thu May 06 10:10:34 2010 +0000
@@ -7591,7 +7591,7 @@
   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)