audio-resampler: Add a missing header to noinst_HEADERS

This commit is contained in:
Arun Raghavan 2016-09-29 19:54:52 +05:30 committed by Arun Raghavan
parent a1ae17ef69
commit 20ba0299cc

View 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) \