mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
tests/check/Makefile.am: add GST_AUDIO_CFLAGS also on the planar audio adapter unit test
This commit is contained in:
parent
9a2e0de9af
commit
8507730351
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ libs_planaraudioadapter_LDADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_AUDIO_LIBS) $(LDADD)
|
||||
libs_planaraudioadapter_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CLAGS) $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
$(GST_BASE_CFLAGS) $(GST_AUDIO_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||
|
||||
distclean-local-orc:
|
||||
rm -rf orc
|
||||
|
|
Loading…
Reference in a new issue