summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-11-06 15:24:41 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-11-06 15:24:41 +0000
commitd236cce5113bf5a06adfeb5c688c69983c5bdd21 (patch)
treeb8a133bd31405520d57d88d2a23e60ec7cfbf5c0
parent30381dbf6586128fd743f7d5e44f84513d3f6eda (diff)
All the interfaces are collected in libgstinterfaces now.
Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
-rw-r--r--sys/oss/Makefile.am2
-rw-r--r--sys/v4l2/Makefile.am4
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index 81bf878f..71377c5b 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -11,7 +11,7 @@ libgstossaudio_la_SOURCES = gstossaudio.c \
gstossgst.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
-libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/mixer/libgstmixer.la
+libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstosshelper_la_SOURCES = gstosshelper.c
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am
index 2e6861ee..2c537b41 100644
--- a/sys/v4l2/Makefile.am
+++ b/sys/v4l2/Makefile.am
@@ -11,9 +11,7 @@ libgstvideo4linux2_la_SOURCES = \
gstv4l2colorbalance.c
libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS)
libgstvideo4linux2_la_LIBADD = \
- $(top_srcdir)/gst-libs/gst/xoverlay/libgstxoverlay.la \
- $(top_srcdir)/gst-libs/gst/colorbalance/libgstcolorbalance.la \
- $(top_srcdir)/gst-libs/gst/tuner/libgsttuner.la
+ $(top_srcdir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
libgstvideo4linux2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstv4l2element.h v4l2_calls.h \