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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/CMakeLists.txt')
-rw-r--r--intern/audaspace/CMakeLists.txt17
1 files changed, 2 insertions, 15 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 25510ebd2a5..e321673b07d 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -23,7 +23,6 @@
set(INC
.
FX
- SRC
intern
../ffmpeg
)
@@ -67,6 +66,7 @@ set(SRC
FX/AUD_SuperposeFactory.cpp
FX/AUD_SuperposeReader.cpp
FX/AUD_VolumeFactory.cpp
+
intern/AUD_3DMath.h
intern/AUD_AnimateableProperty.cpp
intern/AUD_AnimateableProperty.h
@@ -99,6 +99,7 @@ set(SRC
intern/AUD_IWriter.h
intern/AUD_JOSResampleFactory.cpp
intern/AUD_JOSResampleFactory.h
+ intern/AUD_JOSResampleReaderCoeff.cpp
intern/AUD_JOSResampleReader.cpp
intern/AUD_JOSResampleReader.h
intern/AUD_LinearResampleFactory.cpp
@@ -260,20 +261,6 @@ if(WITH_CODEC_SNDFILE)
)
endif()
-if(WITH_SAMPLERATE)
- add_definitions(-DWITH_SAMPLERATE)
- list(APPEND INC_SYS
- ${SAMPLERATE_INCLUDE_DIRS}
- )
- list(APPEND SRC
- SRC/AUD_SRCResampleFactory.cpp
- SRC/AUD_SRCResampleReader.cpp
-
- SRC/AUD_SRCResampleFactory.h
- SRC/AUD_SRCResampleReader.h
- )
-endif()
-
if(WITH_FFTW3 AND FALSE)
add_definitions(-DWITH_FFTW3)
list(APPEND INC