mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8ad3f14873
The gme plugin obsoletes it but it might still be useful for users that don't have gme yet or prefer openspc for some reason.
11 lines
298 B
Makefile
11 lines
298 B
Makefile
plugin_LTLIBRARIES = libgstspc.la
|
|
|
|
libgstspc_la_SOURCES = gstspc.c tag.c
|
|
|
|
libgstspc_la_CFLAGS = $(GST_CFLAGS) $(SPC_CFLAGS)
|
|
libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
|
|
libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstspc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstspc.h tag.h
|
|
|