rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx

This commit is contained in:
Andoni Morales Alastruey 2012-10-03 09:39:28 +00:00 committed by Sebastian Dröge
parent 4d13feda83
commit a423788940

View file

@ -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