mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 18:25:22 +00:00
9 lines
248 B
Makefile
9 lines
248 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)
|
|
|
|
noinst_HEADERS = gstspc.h tag.h
|