Author: qrczak                       Date: Sun Dec 11 11:26:15 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- My XFree86 version of OpenGL always requires -lGL in addition to
  -lGLU. Perhaps it's needed only for an old version, but it doesn't
  hurt. It affects only the detection whether to build a subpackage.

---- Files affected:
SOURCES:
   gstreamer-plugins-opengl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gstreamer-plugins-opengl.patch
diff -u /dev/null SOURCES/gstreamer-plugins-opengl.patch:1.1
--- /dev/null   Sun Dec 11 12:26:15 2005
+++ SOURCES/gstreamer-plugins-opengl.patch      Sun Dec 11 12:26:10 2005
@@ -0,0 +1,11 @@
+--- gst-plugins-0.8.11/configure.ac~   2005-12-11 08:02:38.000000000 +0100
++++ gst-plugins-0.8.11/configure.ac    2005-12-11 08:04:22.000000000 +0100
+@@ -565,7 +565,7 @@
+ dnl *** OpenGL ***
+ translit(dnm, m, l) AM_CONDITIONAL(USE_OPENGL, true)
+ GST_CHECK_FEATURE(OPENGL, [Open GL], glsink, [
+-  GST_CHECK_LIBHEADER(GL, GLU, glTexImage2D,,
++  GST_CHECK_LIBHEADER(GL, GLU, glTexImage2D, -lGL,
+                     GL/gl.h, HAVE_OPENGL="yes", HAVE_OPENGL="no")
+ ])
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to