mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
12 lines
298 B
Makefile
12 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
|
||
|
|