blob: aa723476c42330fd43b9b0f6d704e32143670abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
plugin_LTLIBRARIES = libgstmpeg1systemencode.la
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
buffer.c \
systems.c
libgstmpeg1systemencode_la_CFLAGS = $(GST_CFLAGS)
libgstmpeg1systemencode_la_LIBADD =
libgstmpeg1systemencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstmpeg1systemencode_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstmpeg1systemencode.h \
main.h \
buffer.h
|