mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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
|
||||
libgstbase_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
gstadapter.c \
|
||||
gstbaseparse.c \
|
||||
gstbasesink.c \
|
||||
gstbasesrc.c \
|
||||
gstbasetransform.c \
|
||||
|
@ -24,6 +25,7 @@ libgstbase_@GST_MAJORMINOR@includedir = \
|
|||
|
||||
libgstbase_@GST_MAJORMINOR@include_HEADERS = \
|
||||
gstadapter.h \
|
||||
gstbaseparse.h \
|
||||
gstbasesink.h \
|
||||
gstbasesrc.h \
|
||||
gstbasetransform.h \
|
||||
|
|
Loading…
Reference in a new issue