2002-12-08 14:50:10 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
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-05-21 15:16:51 +00:00
|
|
|
libgstmpeg1systemencode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_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)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
|
|
main.h \
|
|
|
|
buffer.h
|