Rename files and types from speexresample to audioresample
[platform/upstream/gstreamer.git] / gst / audioresample / Makefile.am
index f9c4c52..fdb56a2 100644 (file)
@@ -1,21 +1,37 @@
 plugin_LTLIBRARIES = libgstaudioresample.la
 
-resample_SOURCES = \
-       functable.c \
-       resample.c \
-       resample_functable.c \
-       resample_ref.c \
-       resample_chunk.c \
-       resample.h \
-       buffer.c
+libgstaudioresample_la_SOURCES = \
+       gstaudioresample.c \
+       speex_resampler_int.c \
+       speex_resampler_float.c \
+       speex_resampler_double.c
+
+libgstaudioresample_la_CFLAGS = \
+       $(GST_PLUGINS_BASE_CFLAGS) \
+       $(GST_BASE_CFLAGS) \
+       $(GST_CFLAGS) \
+       $(LIBOIL_CFLAGS)
+
+libgstaudioresample_la_LIBADD = \
+       $(GST_PLUGINS_BASE_LIBS) \
+       $(GST_BASE_LIBS) \
+       $(GST_LIBS) \
+       $(LIBOIL_LIBS) \
+       $(LIBM)
+
+libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
 
 noinst_HEADERS = \
+       arch.h \
+       fixed_arm4.h \
+       fixed_arm5e.h \
+       fixed_bfin.h \
+       fixed_debug.h \
+       fixed_generic.h \
        gstaudioresample.h \
-       functable.h \
-       debug.h \
-       buffer.h
+       resample.c \
+       resample_sse.h \
+       speex_resampler.h \
+       speex_resampler_wrapper.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)