summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-10-03 09:39:28 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-03 12:08:15 +0200
commita423788940dea290b82729f060bcc9055eceba5b (patch)
tree052be37d2f05e1d8f694498edcef9e9768ac24fe
parent4d13feda8370e36299b846905cb463d9b8ca35e4 (diff)
downloadgstreamer-plugins-bad-a423788940dea290b82729f060bcc9055eceba5b.tar.gz
rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx
-rw-r--r--gst/rtpvp8/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpvp8/Makefile.am b/gst/rtpvp8/Makefile.am
index 4af684b76..604fb0ecb 100644
--- a/gst/rtpvp8/Makefile.am
+++ b/gst/rtpvp8/Makefile.am
@@ -12,6 +12,7 @@ noinst_HEADERS = gstrtpvp8depay.h \
libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
+ -Dvp8_norm=gst_rtpvp8_vp8_norm
$(GST_BASE_LIBS) $(GST_LIBS)
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static