[MPlayer-cvslog] r18889 - trunk/TOOLS/GL-test/compile.sh
ivo
subversion at mplayerhq.hu
Sun Jul 2 22:31:02 CEST 2006
Author: ivo
Date: Sun Jul 2 22:31:02 2006
New Revision: 18889
Modified:
trunk/TOOLS/GL-test/compile.sh
Log:
fix linking on some systems
Modified: trunk/TOOLS/GL-test/compile.sh
==============================================================================
--- trunk/TOOLS/GL-test/compile.sh (original)
+++ trunk/TOOLS/GL-test/compile.sh Sun Jul 2 22:31:02 2006
@@ -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
More information about the MPlayer-cvslog
mailing list