mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gst-libs/gst/Makefile.am: Enable xoverlay unconditionally, since it doesn't depend on X, and it's part of our ABI.
Original commit message from CVS: * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally, since it doesn't depend on X, and it's part of our ABI.
This commit is contained in:
parent
6c5076c6dd
commit
3d743d8c3f
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-03-19 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
|
||||||
|
since it doesn't depend on X, and it's part of our ABI.
|
||||||
|
|
||||||
2004-03-19 Iain <iain@prettypeople.org>
|
2004-03-19 Iain <iain@prettypeople.org>
|
||||||
|
|
||||||
* gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
|
* gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
|
||||||
|
|
|
@ -5,11 +5,9 @@ GCONF_DIR =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_X
|
if USE_X
|
||||||
X_DIR = xwindowlistener xoverlay
|
X_DIR = xwindowlistener
|
||||||
X_INTERFACE_LIBS = xoverlay/libgstxoverlay.la
|
|
||||||
else
|
else
|
||||||
X_DIR =
|
X_DIR =
|
||||||
X_INTERFACE_LIBS =
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
@ -28,6 +26,7 @@ SUBDIRS = \
|
||||||
tag \
|
tag \
|
||||||
tuner \
|
tuner \
|
||||||
video \
|
video \
|
||||||
|
xoverlay \
|
||||||
$(X_DIR)
|
$(X_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
|
@ -60,7 +59,7 @@ libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
navigation/libgstnavigation.la \
|
navigation/libgstnavigation.la \
|
||||||
propertyprobe/libgstpropertyprobe.la \
|
propertyprobe/libgstpropertyprobe.la \
|
||||||
tuner/libgsttuner.la \
|
tuner/libgsttuner.la \
|
||||||
$(X_INTERFACE_LIBS) \
|
xoverlay/libgstxoverlay.la \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
|
||||||
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
||||||
|
|
Loading…
Reference in a new issue