audio-resampler: Add a missing header to noinst_HEADERS
authorArun Raghavan <arun@osg.samsung.com>
Thu, 29 Sep 2016 14:24:52 +0000 (19:54 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 29 Sep 2016 14:25:45 +0000 (19:55 +0530)
gst-libs/gst/audio/Makefile.am

index bce52be..41f9c4d 100644 (file)
@@ -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) \