summaryrefslogtreecommitdiff
path: root/gst/rtp
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2014-10-17 16:51:27 +0200
committerThijs Vermeir <thijsvermeir@gmail.com>2014-10-17 16:51:27 +0200
commita7ec281c43bf9316b22720fca0bac5cf95bede53 (patch)
tree4ef4654cec3ae7278d4fb66217992726212cff0d /gst/rtp
parent293522d418b139e6a6b9b1b9de69e45dd3e7cb28 (diff)
downloadgstreamer-plugins-bad-a7ec281c43bf9316b22720fca0bac5cf95bede53.tar.gz
rtpbad: include plugins base cflags (fix build on jenkins)
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am
index 27abd2305..c0620f6f2 100644
--- a/gst/rtp/Makefile.am
+++ b/gst/rtp/Makefile.am
@@ -5,7 +5,7 @@ libgstrtpbad_la_SOURCES = \
gstrtph265depay.c \
gstrtph265pay.c
-libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) \
+libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
libgstrtpbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \