mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libs: add GstBaseParse which was moved from -bad
This commit is contained in:
parent
d6847fd4a1
commit
20f29628aa
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ libgstbase_@GST_MAJORMINOR@_la_DEPENDENCIES = \
|
||||||
$(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
$(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||||
libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstadapter.c \
|
gstadapter.c \
|
||||||
|
gstbaseparse.c \
|
||||||
gstbasesink.c \
|
gstbasesink.c \
|
||||||
gstbasesrc.c \
|
gstbasesrc.c \
|
||||||
gstbasetransform.c \
|
gstbasetransform.c \
|
||||||
|
@ -24,6 +25,7 @@ libgstbase_@GST_MAJORMINOR@includedir = \
|
||||||
|
|
||||||
libgstbase_@GST_MAJORMINOR@include_HEADERS = \
|
libgstbase_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
gstadapter.h \
|
gstadapter.h \
|
||||||
|
gstbaseparse.h \
|
||||||
gstbasesink.h \
|
gstbasesink.h \
|
||||||
gstbasesrc.h \
|
gstbasesrc.h \
|
||||||
gstbasetransform.h \
|
gstbasetransform.h \
|
||||||
|
|
Loading…
Reference in a new issue