mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
vga<->vgagl swapped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c53fcd546a
commit
f12b1851fd
4
configure
vendored
4
configure
vendored
@ -361,7 +361,7 @@ fi
|
||||
|
||||
$_cc $TMPC -o $TMPO $_x11libdir/ -lGL &> /dev/null && _gl=yes
|
||||
$_cc $TMPC -o $TMPO $_x11libdir/ -lXxf86vm &> /dev/null && _vm=yes
|
||||
$_cc $TMPC -o $TMPO -lvga -lvgagl &> /dev/null && _svga=yes
|
||||
$_cc $TMPC -o $TMPO -lvgagl -lvga &> /dev/null && _svga=yes
|
||||
$_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext &> /dev/null && _x11=yes
|
||||
$_cc $TMPC -o $TMPO $_x11libdir -lXv &> /dev/null && _xv=yes
|
||||
$_cc $TMPC -o $TMPO $_x11libdir -L/usr/local/lib/ -lpthread &> /dev/null || \
|
||||
@ -610,7 +610,7 @@ if [ $_dga = yes ]; then
|
||||
fi
|
||||
|
||||
if [ $_svga = yes ]; then
|
||||
_svgalib='-lvga -lvgagl'
|
||||
_svgalib='-lvgagl -lvga'
|
||||
fi
|
||||
|
||||
if [ $_vm = yes ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user