mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtpvp8: fix LIBS and CFLAGS order in Makefile.am
This commit is contained in:
parent
216189ea36
commit
9ae14406e8
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ libgstrtpvp8_la_SOURCES = gstrtpvp8.c \
|
|||
noinst_HEADERS = gstrtpvp8depay.h \
|
||||
gstrtpvp8pay.h
|
||||
|
||||
libgstrtpvp8_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) \
|
||||
-lgstrtp-@GST_MAJORMINOR@
|
||||
libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
|
||||
$(GST_LIBS)
|
||||
libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue