mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
6a5f1354b3
Rewrite of the PAT/PMT section handling to use the mpeg-ts library
9 lines
345 B
Makefile
9 lines
345 B
Makefile
noinst_LTLIBRARIES = libtsmux.la
|
|
|
|
libtsmux_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS)
|
|
libtsmux_la_LIBADD = $(GST_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/mpegts/libgstmpegts-$(GST_API_VERSION).la
|
|
libtsmux_la_LDFLAGS = -module -avoid-version
|
|
libtsmux_la_SOURCES = tsmux.c tsmuxstream.c
|
|
|
|
noinst_HEADERS = tsmuxcommon.h tsmux.h tsmuxstream.h
|