summaryrefslogtreecommitdiff
path: root/tests/rtp/Makefile.am
blob: cb603b9653e7cb2f164cf0c0ce1663cc4acbc6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

noinst_PROGRAMS = codec-discovery

codec_discovery_SOURCES = codec-discovery.c
codec_discovery_CFLAGS = \
	-I$(top_srcdir)/gst/fsrtpconference/ \
	-I$(top_builddir)/gst/fsrtpconference/ \
	$(FS_INTERNAL_CFLAGS) \
	$(FS_CFLAGS) \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(CFLAGS)

LDADD = \
	$(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
	$(top_builddir)/gst/fsrtpconference/libfsrtpconference-convenience.la \
	$(GST_CHECK_LIBS) \
	$(GST_PLUGINS_BASE_LIBS) \
	$(GST_LIBS) \
	-lgstrtp-@GST_API_VERSION@