From: Jan Schmidt Date: Thu, 6 Nov 2003 15:24:41 +0000 (+0000) Subject: All the interfaces are collected in libgstinterfaces now. X-Git-Tag: CAPS-ROOT~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d236cce5113bf5a06adfeb5c688c69983c5bdd21;p=platform%2Fupstream%2Fgst-plugins-good.git All the interfaces are collected in libgstinterfaces now. Original commit message from CVS: All the interfaces are collected in libgstinterfaces now. --- diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index 81bf878..71377c5 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 2e6861e..2c537b4 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 \