summaryrefslogtreecommitdiff
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
commit7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a (patch)
tree075e7a4331530cae71b01e06f39b959fb68af10b
parentba753ad3b57419722e51fbbb7423d32be1d711b8 (diff)
downloadgstreamer-plugins-bad-7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a.tar.gz
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/v4l2/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am
index 2e6861eef..2c537b412 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 \