summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@osg.samsung.com>2016-09-29 19:54:52 +0530
committerArun Raghavan <arun@arunraghavan.net>2016-09-29 19:55:45 +0530
commit20ba0299cc85fd090b3e018215fbc92d541d5d56 (patch)
tree7a55033edf90516635f84e55db8d8bfd06773de9
parenta1ae17ef69251f33e427bd96dbefa6ac5e723059 (diff)
audio-resampler: Add a missing header to noinst_HEADERS
-rw-r--r--gst-libs/gst/audio/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am
index bce52bea1..41f9c4dd8 100644
--- a/gst-libs/gst/audio/Makefile.am
+++ b/gst-libs/gst/audio/Makefile.am
@@ -88,6 +88,7 @@ noinst_HEADERS = \
audio-resampler-x86.h \
audio-resampler-x86-sse.h \
audio-resampler-x86-sse2.h \
+ audio-resampler-x86-sse41.h \
audio-resampler-neon.h
libgstaudio_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \