2001-12-23 12:29:33 +00:00
|
|
|
librarydir = $(libdir)/gst
|
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
|
|
|
|
|
|
|
if HAVE_CPU_I386
|
|
|
|
ARCHCFLAGS = -march=i486
|
|
|
|
else
|
|
|
|
if HAVE_CPU_PPC
|
|
|
|
ARCHCFLAGS = -Wa,-m7400
|
|
|
|
else
|
|
|
|
ARCHCFLAGS =
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
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 =
|
2001-12-23 12:18:18 +00:00
|
|
|
libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-23 10:44:28 +00:00
|
|
|
|
2002-06-22 23:37:20 +00:00
|
|
|
libgstresampleincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/resample
|
2002-05-29 06:13:26 +00:00
|
|
|
libgstresampleinclude_HEADERS = resample.h
|
|
|
|
|
|
|
|
noinst_HEADERS = private.h
|
2001-12-23 10:44:28 +00:00
|
|
|
|
|
|
|
#check_PROGRAMS = test
|
|
|
|
#test_SOURCES = test.c
|
|
|
|
#test_LDADD = libresample.la
|
|
|
|
|
|
|
|
|
|
|
|
|