summaryrefslogtreecommitdiff
path: root/gst/audioresample/Makefile.am
blob: f9c4c52c225527e082492b33a3702f5bc76c2ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
plugin_LTLIBRARIES = libgstaudioresample.la

resample_SOURCES = \
	functable.c \
	resample.c \
	resample_functable.c \
	resample_ref.c \
	resample_chunk.c \
	resample.h \
	buffer.c

noinst_HEADERS = \
	gstaudioresample.h \
	functable.h \
	debug.h \
	buffer.h

libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)