mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
18 lines
416 B
Makefile
18 lines
416 B
Makefile
plugin_LTLIBRARIES = libgstgdp.la
|
|
|
|
libgstgdp_la_SOURCES = \
|
|
dataprotocol.c \
|
|
gstgdp.c \
|
|
gstgdppay.c \
|
|
gstgdpdepay.c
|
|
|
|
libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstgdp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
dataprotocol.h \
|
|
dp-private.h \
|
|
gstgdppay.h \
|
|
gstgdpdepay.h
|