2005-04-25 00:23:06 +00:00
|
|
|
#plugin_LTLIBRARIES = libgstaudioscale.la
|
|
|
|
noinst_LTLIBRARIES = libgstresample.la
|
2001-12-22 23:21:55 +00:00
|
|
|
|
2005-04-25 13:29:40 +00:00
|
|
|
#libgstaudioscale_la_SOURCES = gstaudioscale.c
|
|
|
|
#libgstaudioscale_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
#libgstaudioscale_la_LIBADD =
|
|
|
|
#libgstaudioscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:21:55 +00:00
|
|
|
|
2005-04-25 00:23:06 +00:00
|
|
|
noinst_HEADERS = gstaudioscale.h private.h
|
|
|
|
|
|
|
|
libgstresample_la_SOURCES = dtos.c dtof.c functable.c resample.c resample.h
|
|
|
|
libgstresample_la_LIBADD =
|
|
|
|
libgstresample_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
|