summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 20:31:02 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-02 20:31:02 +0000
commit92f2863d63b75e30f13473a5d76cdb19cd5fc982 (patch)
tree993a1183bf6348d325f6714cb4747e5d87485ea6 /TOOLS
parent3d00ad427df1d51e90b5b2e660b5e9d621425bf8 (diff)
downloadmpv-92f2863d63b75e30f13473a5d76cdb19cd5fc982.tar.bz2
mpv-92f2863d63b75e30f13473a5d76cdb19cd5fc982.tar.xz
fix linking on some systems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18889 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/GL-test/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/GL-test/compile.sh b/TOOLS/GL-test/compile.sh
index 4885e18d7c..002d4a028d 100755
--- a/TOOLS/GL-test/compile.sh
+++ b/TOOLS/GL-test/compile.sh
@@ -1,2 +1,2 @@
-gcc -g -O4 gltest.c ../../osdep/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm
+gcc -g -O4 gltest.c ../../osdep/timer-lx.o -o gltest -L/usr/X11/lib -L/usr/X11R6/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm