From 61f59857a720222851a8f1395d9d9256abf1e432 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Jul 2016 00:27:00 +0300 Subject: [PATCH] audio: Ship audio-resampler-neon.h --- gst-libs/gst/audio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 202cb66..1f3ec51 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -83,7 +83,8 @@ nodist_libgstaudio_@GST_API_VERSION@include_HEADERS = \ noinst_HEADERS = \ gstaudioutilsprivate.h \ - audio-resampler-x86.h + audio-resampler-x86.h \ + audio-resampler-neon.h libgstaudio_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \ $(ORC_CFLAGS) -- 2.7.4