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:
Tim-Philipp Müller 2011-02-01 20:01:13 +00:00
parent 149cca83d0
commit 17c2b30e9b

View file

@ -7,8 +7,9 @@ libgstrtpvp8_la_SOURCES = gstrtpvp8.c \
noinst_HEADERS = gstrtpvp8depay.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@ \
$(GST_LIBS)
$(GST_BASE_LIBS) $(GST_LIBS)
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static