summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-04-18 14:17:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-04-18 14:17:33 +0000
commit238f266051c86474409be2802b507b67c800eed7 (patch)
treecaa42bd34a34ededae2b12585adb227e3bb5c6b9 /ChangeLog
parent4ade52ec5ed490e22352fb49ab881a813ff58f7e (diff)
downloadgst-plugins-bad-238f266051c86474409be2802b507b67c800eed7.tar.gz
gst-plugins-bad-238f266051c86474409be2802b507b67c800eed7.tar.bz2
gst-plugins-bad-238f266051c86474409be2802b507b67c800eed7.zip
configure.ac: Add X_CFLAGS to CFLAGS while checking for
Original commit message from CVS: * configure.ac: Add X_CFLAGS to CFLAGS while checking for X11/Xlib.h, otherwise we won't find X if it's installed in an unusual location (fixes #300495).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a468d764..48c2fbd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-18 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Add X_CFLAGS to CFLAGS while checking for
+ X11/Xlib.h, otherwise we won't find X if it's
+ installed in an unusual location (fixes #300495).
+
2005-04-18 Edward Hervey <bilboed@bilboed.com>
* ext/snapshot/gstsnapshot.c: (gst_snapshot_chain):