You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
434 B
13 lines
434 B
diff -up gpac/configure.ogl_libs gpac/configure
|
|
--- gpac/configure.ogl_libs 2009-09-19 13:29:46.988993098 +0200
|
|
+++ gpac/configure 2009-09-19 13:33:34.840741932 +0200
|
|
@@ -1319,7 +1319,7 @@ if test "$disable_3d" = "no" ; then
|
|
elif test "$darwin" = "yes" ; then
|
|
LINK3D="-lgl -lglu"
|
|
else
|
|
- LINK3D="-lGL -lglut"
|
|
+ LINK3D="-lGLU -lGL -lglut"
|
|
fi
|
|
if $cc -o $TMPO $TMPC $LINK3D 2> /dev/null ; then
|
|
has_opengl="yes"
|