2002-12-08 14:50:10 +00:00
|
|
|
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-23 10:44:28 +00:00
|
|
|
|
2001-12-23 12:29:33 +00:00
|
|
|
library_LTLIBRARIES = libgstresample.la
|
2001-12-23 10:44:28 +00:00
|
|
|
|
2002-05-29 06:13:26 +00:00
|
|
|
libgstresample_la_SOURCES = dtos.c dtof.c functable.c resample.c resample.h
|
2002-03-19 04:10:06 +00:00
|
|
|
libgstresample_la_LIBADD =
|
2003-09-11 19:57:59 +00:00
|
|
|
libgstresample_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-23 10:44:28 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
libgstresampleincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/resample
|
|
|
|
libgstresampleinclude_HEADERS = resample.h
|
2002-05-29 06:13:26 +00:00
|
|
|
|
2002-12-11 21:58:36 +00:00
|
|
|
noinst_HEADERS = private.h
|
2001-12-23 10:44:28 +00:00
|
|
|
|