mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
rtpvp8: also link against libgstbase-0.10 for adapter and bit reader API
https://bugzilla.gnome.org/show_bug.cgi?id=641178
This commit is contained in:
parent
149cca83d0
commit
17c2b30e9b
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ libgstrtpvp8_la_SOURCES = gstrtpvp8.c \
|
||||||
noinst_HEADERS = gstrtpvp8depay.h \
|
noinst_HEADERS = gstrtpvp8depay.h \
|
||||||
gstrtpvp8pay.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@ \
|
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_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
Loading…
Reference in a new issue