summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 <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)