Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-12 01:35:20 +0400
committerRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-12 01:35:20 +0400
commite435ea4d58ff7d0cbd7af5ffb7e69e84004b609c (patch)
treee387655111db2d4990ae30819cb1fb93bab508b0 /CMakeLists.txt
parent36b5bdef7f2a6847a57d8afff181cf28918c339e (diff)
var-rate seems here to stay
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 015ed34..c56c084 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,10 +105,6 @@ if (WITH_AVFFT)
endif ()
endif ()
-if (EXISTS ${PROJECT_SOURCE_DIR}/src/vr32.c)
- set (HAVE_VR 1)
-endif ()
-
check_function_exists (lrint HAVE_LRINT)
check_include_files (fenv.h HAVE_FENV_H)
test_big_endian (WORDS_BIGENDIAN)
@@ -121,7 +117,7 @@ macro (make_exist)
endforeach ()
endmacro ()
-make_exist (HAVE_LRINT HAVE_FENV_H WORDS_BIGENDIAN HAVE_SIMD HAVE_VR)
+make_exist (HAVE_LRINT HAVE_FENV_H WORDS_BIGENDIAN HAVE_SIMD)
make_exist (HAVE_SINGLE_PRECISION HAVE_DOUBLE_PRECISION HAVE_AVFFT)