• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1plugin_LTLIBRARIES = libgstmpegpsmux.la
2
3libgstmpegpsmux_la_SOURCES = \
4	mpegpsmux.c \
5	psmux.c \
6	psmuxstream.c \
7	mpegpsmux_aac.c \
8	mpegpsmux_h264.c
9
10libgstmpegpsmux_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
11libgstmpegpsmux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
12libgstmpegpsmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
13
14noinst_HEADERS = \
15	mpegpsmux.h \
16	psmux.h \
17	psmuxstream.h \
18	psmuxcommon.h \
19	mpegpsmux_aac.h \
20	mpegpsmux_h264.h \
21	bits.h \
22	crc.h
23