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

Thomas Guillem git at videolan.org
Thu May 17 17:31:31 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May 17 11:51:22 2018 +0200| [74945572f91dc5a4838a80705bbd7d4586ee1bf5] | committer: Thomas Guillem

audio_filter: simple: add missing simple_neon.h to SOURCES

Fixes #20366

(cherry picked from commit 68525572244d61607ab41a92922072b71b9723ec)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=74945572f91dc5a4838a80705bbd7d4586ee1bf5
---

 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