From b7f35a1240ff5ff5ccdfceb4730242f1714d9a18 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sun, 23 Jul 2006 11:52:34 +0000 Subject: Add libopenspc-based SPC decoder element (#348220). Original commit message from CVS: Patch by: Chris Lee * configure.ac: * ext/Makefile.am: * ext/spc/Makefile.am: * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init), (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain), (gst_spc_dec_sink_event), (gst_spc_dec_src_event), (gst_spc_dec_src_query), (spc_play), (spc_setup), (gst_spc_dec_change_state), (plugin_init): * ext/spc/gstspc.h: Add libopenspc-based SPC decoder element (#348220). --- ext/spc/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/spc/Makefile.am (limited to 'ext/spc/Makefile.am') diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am new file mode 100644 index 00000000..18a878b2 --- /dev/null +++ b/ext/spc/Makefile.am @@ -0,0 +1,9 @@ +plugin_LTLIBRARIES = libgstspc.la + +libgstspc_la_SOURCES = gstspc.c + +libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS) +libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS) +libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstspc.h -- cgit v1.2.1