port audioresample to basetransform
[platform/upstream/gstreamer.git] / gst / audioresample / Makefile.am
1
2 plugin_LTLIBRARIES = libgstaudioresample.la
3
4 resample_SOURCES = \
5         functable.c \
6         functable.h \
7         resample.c \
8         resample_functable.c \
9         resample_ref.c \
10         resample_chunk.c \
11         resample.h \
12         debug.c \
13         debug.h \
14         buffer.c \
15         buffer.h
16
17 libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
18 libgstaudioresample_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
19 libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
20 libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
21