audioresample: convert from liboil to orc
[platform/upstream/gstreamer.git] / gst / audioresample / Makefile.am
1 plugin_LTLIBRARIES = libgstaudioresample.la
2
3 libgstaudioresample_la_SOURCES = \
4         gstaudioresample.c \
5         speex_resampler_int.c \
6         speex_resampler_float.c \
7         speex_resampler_double.c
8
9 libgstaudioresample_la_CFLAGS = \
10         $(GST_PLUGINS_BASE_CFLAGS) \
11         $(GST_BASE_CFLAGS) \
12         $(GST_CFLAGS) \
13         $(ORC_CFLAGS)
14
15 libgstaudioresample_la_LIBADD = \
16         $(GST_PLUGINS_BASE_LIBS) \
17         $(GST_BASE_LIBS) \
18         $(GST_LIBS) \
19         $(ORC_LIBS) -lorc-test-0.4 \
20         $(LIBM)
21
22 libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
23 libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
24
25 noinst_HEADERS = \
26         arch.h \
27         fixed_arm4.h \
28         fixed_arm5e.h \
29         fixed_bfin.h \
30         fixed_debug.h \
31         fixed_generic.h \
32         gstaudioresample.h \
33         resample.c \
34         resample_sse.h \
35         speex_resampler.h \
36         speex_resampler_wrapper.h
37