2009-08-11 10:00:10 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpegpsmux.la
|
|
|
|
|
|
|
|
libgstmpegpsmux_la_SOURCES = \
|
|
|
|
mpegpsmux.c \
|
|
|
|
psmux.c \
|
|
|
|
psmuxstream.c \
|
|
|
|
mpegpsmux_aac.c \
|
|
|
|
mpegpsmux_h264.c
|
|
|
|
|
2009-10-22 10:43:17 +00:00
|
|
|
libgstmpegpsmux_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstmpegpsmux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
2009-08-11 10:00:10 +00:00
|
|
|
libgstmpegpsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstmpegpsmux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-08-11 10:00:10 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
mpegpsmux.h \
|
|
|
|
psmux.h \
|
|
|
|
psmuxstream.h \
|
|
|
|
psmuxcommon.h \
|
|
|
|
mpegpsmux_aac.h \
|
|
|
|
mpegpsmux_h264.h \
|
|
|
|
bits.h \
|
|
|
|
crc.h
|