diff options
author | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 14:15:03 +0200 |
commit | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch) | |
tree | 1953c059e0184bed19352f3985d943ea633bd3ba /libk3b/plugin/libsamplerate | |
parent | 0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff) | |
download | k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'libk3b/plugin/libsamplerate')
-rw-r--r-- | libk3b/plugin/libsamplerate/Makefile.am | 20 | ||||
-rw-r--r-- | libk3b/plugin/libsamplerate/configure.in.in | 13 |
2 files changed, 0 insertions, 33 deletions
diff --git a/libk3b/plugin/libsamplerate/Makefile.am b/libk3b/plugin/libsamplerate/Makefile.am deleted file mode 100644 index 3154ce2..0000000 --- a/libk3b/plugin/libsamplerate/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# This file was automatically generated from the Makefile.am -# DO NOT EDIT! - -noinst_LTLIBRARIES = libsamplerate.la -#include_HEADERS = samplerate.h - -EXTRA_DIST = config.h.in Version_script.in - -COEFF_HDRS = high_qual_coeffs.h mid_qual_coeffs.h fastest_coeffs.h - -noinst_HEADERS = common.h float_cast.h $(COEFF_HDRS) - -SRC_SOURCES = samplerate.c src_sinc.c src_zoh.c src_linear.c - -libsamplerate_la_SOURCES = $(SRC_SOURCES) -#libsamplerate_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -libsamplerate_la_LIBADD = -lm - -# Disable autoheader. -#AUTOHEADER=echo diff --git a/libk3b/plugin/libsamplerate/configure.in.in b/libk3b/plugin/libsamplerate/configure.in.in deleted file mode 100644 index 06a8f55..0000000 --- a/libk3b/plugin/libsamplerate/configure.in.in +++ /dev/null @@ -1,13 +0,0 @@ -LIBS="-lm $all_libraries" - -AC_CHECK_DECL(lrint, - AC_DEFINE(HAVE_LRINT,1,[Define if lrint is supported]), - AC_DEFINE(HAVE_LRINT,0,[Define if lrint is not supported]), - [#include <math.h>] -) - -AC_CHECK_DECL(lrintf, - AC_DEFINE(HAVE_LRINTF,1,[Define if lrintf is supported]), - AC_DEFINE(HAVE_LRINTF,0,[Define if lrintf is not supported]), - [#include <math.h>] -) |