summaryrefslogtreecommitdiff
path: root/gst/rtpvp8
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-01 20:01:13 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-01 20:05:23 +0000
commit17c2b30e9ba502a1a7b6b7e14c63ebc6f43ec908 (patch)
treee243b282a61f0c3c7b157f5df6c6dd380e86aefc /gst/rtpvp8
parent149cca83d05a486bad3cb87553d3554940305b5f (diff)
rtpvp8: also link against libgstbase-0.10 for adapter and bit reader API
https://bugzilla.gnome.org/show_bug.cgi?id=641178
Diffstat (limited to 'gst/rtpvp8')
-rw-r--r--gst/rtpvp8/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/rtpvp8/Makefile.am b/gst/rtpvp8/Makefile.am
index 8a722ebc0..05bf5d7c4 100644
--- a/gst/rtpvp8/Makefile.am
+++ b/gst/rtpvp8/Makefile.am
@@ -7,8 +7,9 @@ libgstrtpvp8_la_SOURCES = gstrtpvp8.c \
noinst_HEADERS = gstrtpvp8depay.h \
gstrtpvp8pay.h
-libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
+ $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
- $(GST_LIBS)
+ $(GST_BASE_LIBS) $(GST_LIBS)
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static