mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b7f35a1240
Original commit message from CVS: Patch by: Chris Lee <clee at kde org> * 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).
9 lines
236 B
Makefile
9 lines
236 B
Makefile
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
|