2001-11-06 11:17:13 +00:00
|
|
|
|
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libresample.la
|
|
|
|
|
|
|
|
|
|
|
|
libresample_la_SOURCES = dtos.c functable.c resample.c resample.h
|
|
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = resample.h
|
|
|
|
|
2001-11-21 10:46:20 +00:00
|
|
|
#check_PROGRAMS = test
|
2001-11-06 11:17:13 +00:00
|
|
|
|
2001-11-21 10:46:20 +00:00
|
|
|
#test_SOURCES = test.c
|
|
|
|
#test_LDADD = libresample.la
|
2001-11-06 11:17:13 +00:00
|
|
|
|
|
|
|
|
2001-11-06 12:49:01 +00:00
|
|
|
if HAVE_CPU_I386
|
|
|
|
ARCHCFLAGS = -march=i486
|
|
|
|
else
|
|
|
|
if HAVE_CPU_PPC
|
|
|
|
ARCHCFLAGS = -Wa,-m7400
|
|
|
|
else
|
|
|
|
ARCHCFLAGS =
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2001-12-08 16:22:55 +00:00
|
|
|
libresample_la_CFLAGS = -O2 -ffast-math $(ARCHCFLAGS) $(GST_CFLAGS)
|
2001-11-06 11:17:13 +00:00
|
|
|
|