[vlc-commits] audio_filter: simple: add missing simple_neon.h to SOURCES

Thomas Guillem git at videolan.org
Thu May 17 11:52:21 CEST 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 17 11:51:22 2018 +0200| [68525572244d61607ab41a92922072b71b9723ec] | committer: Thomas Guillem

audio_filter: simple: add missing simple_neon.h to SOURCES

Fixes #20366

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68525572244d61607ab41a92922072b71b9723ec
---

 modules/audio_filter/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/audio_filter/Makefile.am b/modules/audio_filter/Makefile.am
index 2611aa39cc..fde73b968d 100644
--- a/modules/audio_filter/Makefile.am
+++ b/modules/audio_filter/Makefile.am
@@ -70,6 +70,8 @@ libsimple_channel_mixer_plugin_arm_neon_la_SOURCES = arm_neon/simple_channel_mix
 
 libsimple_channel_mixer_plugin_la_LIBADD += libsimple_channel_mixer_plugin_arm_neon.la
 libsimple_channel_mixer_plugin_la_CFLAGS += -DCAN_COMPILE_NEON
+libsimple_channel_mixer_plugin_la_SOURCES += \
+	audio_filter/channel_mixer/simple_neon.h
 endif
 
 audio_filter_LTLIBRARIES += \



More information about the vlc-commits mailing list