mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27: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
|
||||
|
||||
libgstmpegtsmux_la_SOURCES = \
|
||||
mpegtsmux.c \
|
||||
mpegtsmux_aac.c \
|
||||
mpegtsmux_ttxt.c \
|
||||
mpegtsmux_opus.c \
|
||||
mpegtsmux_jpeg2000.c
|
||||
gstatscmux.c \
|
||||
gstmpegtsmux.c \
|
||||
gstbasetsmux.c \
|
||||
gstbasetsmuxaac.c \
|
||||
gstbasetsmuxttxt.c \
|
||||
gstbasetsmuxopus.c \
|
||||
gstbasetsmuxjpeg2000.c \
|
||||
gstmpegtsmuxplugin.c
|
||||
|
||||
libgstmpegtsmux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
-I$(top_srcdir) \
|
||||
|
@ -20,8 +23,10 @@ libgstmpegtsmux_la_LIBADD = $(top_builddir)/gst/mpegtsmux/tsmux/libtsmux.la \
|
|||
libgstmpegtsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
mpegtsmux.h \
|
||||
mpegtsmux_aac.h \
|
||||
mpegtsmux_ttxt.h \
|
||||
mpegtsmux_opus.h \
|
||||
mpegtsmux_jpeg2000.h
|
||||
gstatscmux.h \
|
||||
gstmpegtsmux.h \
|
||||
gstbasetsmux.h \
|
||||
gstbasetsmuxaac.h \
|
||||
gstbasetsmuxttxt.h \
|
||||
gstbasetsmuxopus.h \
|
||||
gstbasetsmuxjpeg2000.h
|
||||
|
|
Loading…
Reference in a new issue