mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
10 lines
236 B
Makefile
10 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
|