mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends on X. (bug #144753)
Original commit message from CVS: * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends on X. (bug #144753)
This commit is contained in:
parent
18e06329ce
commit
d60d15eb21
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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),
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Reference in a new issue