mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
queue2: Remove from gst-plugins-base
This is now in coreplugins.
This commit is contained in:
parent
b39e74ad00
commit
75d36a0b1e
2 changed files with 1 additions and 2232 deletions
|
@ -8,7 +8,7 @@ built_headers = gstplay-marshal.h
|
||||||
|
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstplaybin.la libgstdecodebin.la libgstdecodebin2.la libgstqueue2.la
|
plugin_LTLIBRARIES = libgstplaybin.la libgstdecodebin.la libgstdecodebin2.la
|
||||||
|
|
||||||
libgstplaybin_la_SOURCES = \
|
libgstplaybin_la_SOURCES = \
|
||||||
gstplayback.c \
|
gstplayback.c \
|
||||||
|
@ -50,13 +50,6 @@ libgstdecodebin2_la_LIBADD = \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstdecodebin2_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstqueue2_la_SOURCES = gstqueue2.c
|
|
||||||
nodist_libgstqueue2_la_SOURCES = $(built_sources)
|
|
||||||
libgstqueue2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
||||||
libgstqueue2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
||||||
libgstqueue2_la_LIBADD = $(GST_LIBS)
|
|
||||||
libgstqueue2_la_LIBTOOLFLAGS = --tag=disable-static
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstplaybasebin.h \
|
gstplaybasebin.h \
|
||||||
gstplaysink.h \
|
gstplaysink.h \
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue