mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 18:14:15 +00:00
rtpvp8: Also commit remaining uncommitted changes...
This commit is contained in:
parent
a423788940
commit
4570e8bec8
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ noinst_HEADERS = gstrtpvp8depay.h \
|
|||
dboolhuff.h
|
||||
|
||||
libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
-Dvp8_norm=gst_rtpvp8_vp8_norm
|
||||
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue