mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00:00
ehh. duplicated GL check removed... drinkin' 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1446 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
635d214051
commit
e532f050ac
3
configure
vendored
3
configure
vendored
@ -854,9 +854,6 @@ cat > $TMPC << EOF
|
||||
#include <decore.h>
|
||||
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!";}
|
||||
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore > /dev/null 2>&1 || \
|
||||
{ _divx4linux=no; echo "DivX4Linux includes (decore.h) not found!";}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user