diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2003-11-06 15:24:41 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2003-11-06 15:24:41 +0000 |
commit | 7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a (patch) | |
tree | 075e7a4331530cae71b01e06f39b959fb68af10b /sys/v4l2 | |
parent | ba753ad3b57419722e51fbbb7423d32be1d711b8 (diff) | |
download | gst-plugins-bad-7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a.tar.gz gst-plugins-bad-7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a.tar.bz2 gst-plugins-bad-7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a.zip |
All the interfaces are collected in libgstinterfaces now.
Original commit message from CVS:
All the interfaces are collected in libgstinterfaces now.
Diffstat (limited to 'sys/v4l2')
-rw-r--r-- | sys/v4l2/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |