summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-07-29 17:08:09 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-07-31 16:17:16 +0200
commit1320a919f835570461948744e52cdb5bb7adbeb2 (patch)
tree3a424ebc52a4c4f45a103f600e0d3481fe77e6e2 /tests
parent66c8f5819a55a2d8a867aa5d2612da43660e0ba7 (diff)
downloadfarstream-1320a919f835570461948744e52cdb5bb7adbeb2.tar.gz
Add base plugin cflags to tests that need them
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 662780df..800291cb 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -127,7 +127,7 @@ transmitter_shm_SOURCES = \
transmitter/generic.h \
transmitter/shm.c
-raw_conference_CFLAGS = $(AM_CFLAGS)
+raw_conference_CFLAGS = $(CFLAGS) $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
raw_conference_SOURCES = \
check-threadsafe.h \
testutils.c \
@@ -149,14 +149,14 @@ rtp_codecs_SOURCES = \
rtp/generic.h \
rtp/codecs.c
-rtp_sendcodecs_CFLAGS = $(AM_CFLAGS)
+rtp_sendcodecs_CFLAGS = $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
rtp_sendcodecs_LDADD = $(LDADD) -lgstrtp-@GST_MAJORMINOR@
rtp_sendcodecs_SOURCES = \
rtp/generic.c \
rtp/generic.h \
rtp/sendcodecs.c
-rtp_recvcodecs_CFLAGS = $(AM_CFLAGS)
+rtp_recvcodecs_CFLAGS = $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
rtp_recvcodecs_LDADD = $(LDADD) -lgstrtp-@GST_MAJORMINOR@
msn_conference_CFLAGS = $(AM_CFLAGS)
@@ -169,6 +169,6 @@ utils_binadded_SOURCES = \
testutils.h \
utils/binadded.c
-elements_rtcpfilter_CFLAGS = $(AM_CFLAGS)
+elements_rtcpfilter_CFLAGS = $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
elements_rtcpfilter_SOURCES = elements/rtcpfilter.c
elements_rtcpfilter_LDADD = $(LDADD) -lgstrtp-@GST_MAJORMINOR@