summaryrefslogtreecommitdiff
path: root/lib/speexdsp/Makefile.am
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-10 19:12:38 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-10 19:12:38 +1000
commit958160aa545e3d91b2a4f1a367817e73d298e8a9 (patch)
tree190e6591a6dda1f0d9651c7e127666ead2a3373b /lib/speexdsp/Makefile.am
parentd8fc77101dcf80a3643a00b3446dca1e390ce997 (diff)
downloadtangara-fw-958160aa545e3d91b2a4f1a367817e73d298e8a9.tar.gz
Use the libspeexdsp resampler
AFAICT it runs a little slower? but it's fixed point, and has much better understood audio characteristics.
Diffstat (limited to 'lib/speexdsp/Makefile.am')
-rw-r--r--lib/speexdsp/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/speexdsp/Makefile.am b/lib/speexdsp/Makefile.am
new file mode 100644
index 00000000..177ff1ba
--- /dev/null
+++ b/lib/speexdsp/Makefile.am
@@ -0,0 +1,19 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# To disable automatic dependency tracking if using other tools than
+# gcc and gmake, add the option 'no-dependencies'
+AUTOMAKE_OPTIONS = 1.8
+ACLOCAL_AMFLAGS = -I m4
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = speexdsp.pc
+
+EXTRA_DIST = SpeexDSP.spec SpeexDSP.spec.in SpeexDSP.kdevelop speexdsp.pc.in README.blackfin
+
+#Fools KDevelop into including all files
+SUBDIRS = libspeexdsp include doc win32 symbian ti
+
+DIST_SUBDIRS = libspeexdsp include doc win32 symbian ti
+
+rpm: dist
+ rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz