mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
multifdsink: Add $(GST_PLUGINS_BAD_CFLAGS) for the i18n header file
This commit is contained in:
parent
c459b38823
commit
31dddb7c9f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ libgstmultifdsink_la_SOURCES = \
|
|||
nodist_libgstmultifdsink_la_SOURCES = \
|
||||
$(built_sources)
|
||||
|
||||
libgstmultifdsink_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmultifdsink_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmultifdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmultifdsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmultifdsink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue