Fix compilation with old libschroedinger-dev installed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31138 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-05-06 10:10:34 +00:00
parent 88b6dd6fc2
commit 84de3e95a8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -7591,7 +7591,7 @@ if test "$_libschroedinger_lavc" = auto ; then
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)