2005-08-23 19:29:38 +00:00
|
|
|
plugin_LTLIBRARIES = libgstaudioresample.la
|
|
|
|
|
|
|
|
resample_SOURCES = \
|
|
|
|
functable.c \
|
|
|
|
resample.c \
|
|
|
|
resample_functable.c \
|
|
|
|
resample_ref.c \
|
|
|
|
resample_chunk.c \
|
|
|
|
resample.h \
|
2005-08-24 16:41:46 +00:00
|
|
|
buffer.c
|
|
|
|
|
2005-08-24 17:21:49 +00:00
|
|
|
noinst_HEADERS = \
|
2005-08-24 16:41:46 +00:00
|
|
|
gstaudioresample.h \
|
|
|
|
functable.h \
|
2005-08-23 19:29:38 +00:00
|
|
|
debug.h \
|
|
|
|
buffer.h
|
|
|
|
|
|
|
|
libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
|
2007-01-04 12:49:47 +00:00
|
|
|
libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
2005-08-24 14:08:58 +00:00
|
|
|
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
2005-08-23 19:29:38 +00:00
|
|
|
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|