mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 01:35:30 +00:00
20 lines
456 B
Makefile
20 lines
456 B
Makefile
|
plugin_LTLIBRARIES = libgstmpegtsparse.la
|
||
|
|
||
|
libgstmpegtsparse_la_SOURCES = \
|
||
|
mpegtsparse.c \
|
||
|
mpegtspacketizer.c\
|
||
|
flutspatinfo.c \
|
||
|
flutspmtinfo.c \
|
||
|
flutspmtstreaminfo.c
|
||
|
|
||
|
libgstmpegtsparse_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstmpegtsparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||
|
libgstmpegtsparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
mpegtsparse.h \
|
||
|
mpegtspacketizer.h \
|
||
|
flutspatinfo.h \
|
||
|
flutspmtinfo.h \
|
||
|
flutspmtstreaminfo.h
|