From 20ba0299cc85fd090b3e018215fbc92d541d5d56 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 29 Sep 2016 19:54:52 +0530 Subject: [PATCH] audio-resampler: Add a missing header to noinst_HEADERS --- gst-libs/gst/audio/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index bce52bea10..41f9c4dd8f 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) \