summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst-libs/gst/xoverlay/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c665c919..c9d3efce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-07-02 David Schleef <ds@schleef.org>
+ * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
+ on X. (bug #144753)
+
+2004-07-02 David Schleef <ds@schleef.org>
+
* gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
(gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
(bug #144624)
diff --git a/gst-libs/gst/xoverlay/Makefile.am b/gst-libs/gst/xoverlay/Makefile.am
index c7e2db35..a3eeba00 100644
--- a/gst-libs/gst/xoverlay/Makefile.am
+++ b/gst-libs/gst/xoverlay/Makefile.am
@@ -6,6 +6,6 @@ libgstinterfacesinclude_HEADERS = xoverlay.h
noinst_LTLIBRARIES = libgstxoverlay.la
libgstxoverlay_la_SOURCES = xoverlay.c
-libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS)
-libgstxoverlay_la_LIBADD = $(X_LIBS)
+libgstxoverlay_la_CFLAGS = $(GST_CFLAGS)
+libgstxoverlay_la_LIBADD =