mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx
This commit is contained in:
parent
4d13feda83
commit
a423788940
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue