mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
rtpbad: include plugins base cflags (fix build on jenkins)
This commit is contained in:
parent
293522d418
commit
a7ec281c43
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ libgstrtpbad_la_SOURCES = \
|
||||||
gstrtph265depay.c \
|
gstrtph265depay.c \
|
||||||
gstrtph265pay.c
|
gstrtph265pay.c
|
||||||
|
|
||||||
libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) \
|
libgstrtpbad_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||||
$(GST_CFLAGS)
|
$(GST_CFLAGS)
|
||||||
|
|
||||||
libgstrtpbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstrtpbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue