summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-12-31 07:55:23 +0000
committerDavid Schleef <ds@schleef.org>2007-12-31 07:55:23 +0000
commita4f86fe1dd4289023a5da662de4de0f5bb23aeba (patch)
treed8afacec54fa4c7b5cf23b2f23c530bbe4175b94 /ChangeLog
parent73cc44a5e858d15ccff2893f042b9bebd7c05bd7 (diff)
downloadgst-plugins-bad-a4f86fe1dd4289023a5da662de4de0f5bb23aeba.tar.gz
gst-plugins-bad-a4f86fe1dd4289023a5da662de4de0f5bb23aeba.tar.bz2
gst-plugins-bad-a4f86fe1dd4289023a5da662de4de0f5bb23aeba.zip
Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a ...
Original commit message from CVS: * configure.ac: * sys/glsink/Makefile.am: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a check for pre-pkgconfig versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86bdd639..ea018a61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-30 David Schleef <ds@schleef.org>
+
+ * configure.ac:
+ * sys/glsink/Makefile.am:
+ Switch to using pkgconfig to detect libGL. Since we use
+ recent features added to Mesa, there's no point in adding
+ a check for pre-pkgconfig versions.
+
2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
* ext/ladspa/gstladspa.c: (gst_ladspa_get_property):