Mercurial > mplayer.hg
changeset 31081:09b714720a80
Fix compilation with old libschroedinger-dev installed.
author | cehoyos |
---|---|
date | Thu, 06 May 2010 10:10:34 +0000 |
parents | 5127b49cb2bf |
children | 92f88bb315c5 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)