2001-12-22 23:26:33 +00:00
|
|
|
|
2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpeg1systemencode.la
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
|
|
|
|
buffer.c \
|
|
|
|
systems.c
|
2003-09-11 19:57:59 +00:00
|
|
|
libgstmpeg1systemencode_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstmpeg1systemencode_la_LIBADD =
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstmpeg1systemencode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstmpeg1systemencode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
|
|
main.h \
|
|
|
|
buffer.h
|