mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
more paranoia -> check for DEC_OPT_FRAME_311
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1445 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c99948e1d6
commit
635d214051
2
configure
vendored
2
configure
vendored
@ -852,7 +852,7 @@ fi
|
||||
|
||||
cat > $TMPC << EOF
|
||||
#include <decore.h>
|
||||
int main( void ) { return 0; }
|
||||
int main( void ) { return DEC_OPT_FRAME_311; }
|
||||
EOF
|
||||
$_cc $_x11incdir $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL -pthread $_socklib > /dev/null 2>&1 || \
|
||||
{ _gl=no; echo "GL includes not found!";}
|
||||
|
Loading…
Reference in New Issue
Block a user