mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 15:34:31 +00:00
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:
parent
88b6dd6fc2
commit
84de3e95a8
2
configure
vendored
2
configure
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user