From 84de3e95a808dcff4456d67a29dfb50a9152e5df Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 6 May 2010 10:10:34 +0000 Subject: Fix compilation with old libschroedinger-dev installed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31138 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4c41f5d7fb..4f12093119 100755 --- a/configure +++ b/configure @@ -7591,7 +7591,7 @@ if test "$_libschroedinger_lavc" = auto ; then 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) -- cgit v1.2.3