mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
All the interfaces are collected in libgstinterfaces now.
Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
This commit is contained in:
parent
30381dbf65
commit
d236cce511
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue