mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
Fix compile after aggregator rewrite and base class refactor
This commit is contained in:
parent
3c7c08e7c4
commit
1ff72bb69d
1 changed files with 15 additions and 10 deletions
|
@ -3,11 +3,14 @@ plugin_LTLIBRARIES = libgstmpegtsmux.la
|
||||||
SUBDIRS = tsmux
|
SUBDIRS = tsmux
|
||||||
|
|
||||||
libgstmpegtsmux_la_SOURCES = \
|
libgstmpegtsmux_la_SOURCES = \
|
||||||
mpegtsmux.c \
|
gstatscmux.c \
|
||||||
mpegtsmux_aac.c \
|
gstmpegtsmux.c \
|
||||||
mpegtsmux_ttxt.c \
|
gstbasetsmux.c \
|
||||||
mpegtsmux_opus.c \
|
gstbasetsmuxaac.c \
|
||||||
mpegtsmux_jpeg2000.c
|
gstbasetsmuxttxt.c \
|
||||||
|
gstbasetsmuxopus.c \
|
||||||
|
gstbasetsmuxjpeg2000.c \
|
||||||
|
gstmpegtsmuxplugin.c
|
||||||
|
|
||||||
libgstmpegtsmux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
libgstmpegtsmux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
@ -20,8 +23,10 @@ libgstmpegtsmux_la_LIBADD = $(top_builddir)/gst/mpegtsmux/tsmux/libtsmux.la \
|
||||||
libgstmpegtsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmpegtsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
mpegtsmux.h \
|
gstatscmux.h \
|
||||||
mpegtsmux_aac.h \
|
gstmpegtsmux.h \
|
||||||
mpegtsmux_ttxt.h \
|
gstbasetsmux.h \
|
||||||
mpegtsmux_opus.h \
|
gstbasetsmuxaac.h \
|
||||||
mpegtsmux_jpeg2000.h
|
gstbasetsmuxttxt.h \
|
||||||
|
gstbasetsmuxopus.h \
|
||||||
|
gstbasetsmuxjpeg2000.h
|
||||||
|
|
Loading…
Reference in a new issue