projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
738512009951494c9619801c883517aa172981c0
[platform/upstream/gstreamer.git]
/
gst
/
gdp
/
Makefile.am
1
plugin_LTLIBRARIES = libgstgdp.la
2
3
libgstgdp_la_SOURCES = \
4
gstgdp.c \
5
gstgdppay.c \
6
gstgdpdepay.c
7
8
libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
9
libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
10
11
noinst_HEADERS = \
12
gstgdppay.h \
13
gstgdpdepay.h