diff options
author | Chris Robinson <[email protected]> | 2019-07-28 17:22:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-28 17:22:00 -0700 |
commit | bb0062625f13bd64c9f83f8c482eae119009a48f (patch) | |
tree | cdf5090af2ce0f33a031616f0769ebf4ad0d0799 /CMakeLists.txt | |
parent | b4d56d3fdff4243ae2a3fc64934ced2af3187690 (diff) |
Move the ADPCM decoders to alBuffer.cpp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 53361f0b..0a9d04ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -639,8 +639,6 @@ SET(OPENAL_OBJS OpenAL32/alSource.cpp OpenAL32/alState.cpp OpenAL32/event.cpp - OpenAL32/Include/sample_cvt.h - OpenAL32/sample_cvt.cpp ) SET(ALC_OBJS Alc/alc.cpp |