mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
edbebc34ef
Original commit message from CVS: build as a plugin, not a lib
14 lines
367 B
Makefile
14 lines
367 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)
|
|
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstgdppay.h \
|
|
gstgdpdepay.h
|