summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-05 20:03:26 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-05 20:03:26 +0000
commitf12b1851fdbd9f0abfa0d1a9bf969e25fb9f111a (patch)
tree5b36aa4ca323c27173ddc60c3cbc7d9ae4d4331c /configure
parentc53fcd546ad2b47e3de9d172ecfe7f8842ad8905 (diff)
downloadmpv-f12b1851fdbd9f0abfa0d1a9bf969e25fb9f111a.tar.bz2
mpv-f12b1851fdbd9f0abfa0d1a9bf969e25fb9f111a.tar.xz
vga<->vgagl swapped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@290 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7e6c037c44..ff8df97afd 100755
--- a/configure
+++ b/configure
@@ -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