mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
|
plugin_LTLIBRARIES = libgstgdp.la
|
||
|
|
||
|
libgstgdp_la_SOURCES = \
|
||
|
gstgdp.c \
|
||
|
gstgdppay.c \
|
||
|
gstgdpdepay.c
|
||
|
|
||
|
libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gstgdppay.h \
|
||
|
gstgdpdepay.h
|