mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 12:20:57 +00:00
Check for proper Vorbis version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5356 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
51a0ad68d1
commit
9ef25a9736
2
configure
vendored
2
configure
vendored
@ -2493,7 +2493,7 @@ if test "$_vorbis" = auto ; then
|
|||||||
_vorbis=no
|
_vorbis=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <vorbis/codec.h>
|
#include <vorbis/codec.h>
|
||||||
int main(void) { return 0; }
|
int main(void) { vorbis_packet_blocksize(0,0); return 0; }
|
||||||
EOF
|
EOF
|
||||||
cc_check -lvorbis -logg -lm && _vorbis=yes
|
cc_check -lvorbis -logg -lm && _vorbis=yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user