diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst-libs/gst/xoverlay/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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 = |