From a423788940dea290b82729f060bcc9055eceba5b Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Wed, 3 Oct 2012 09:39:28 +0000 Subject: rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx --- gst/rtpvp8/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1