# HG changeset patch # User cehoyos # Date 1273140634 0 # Node ID 09b714720a807dde0eff7051732eb59e583454df # Parent 5127b49cb2bf518e6222043fa1868e54f04bbe12 Fix compilation with old libschroedinger-dev installed. diff -r 5127b49cb2bf -r 09b714720a80 configure --- 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 -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)