diff options
author | Chris Robinson <[email protected]> | 2018-11-03 19:51:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-03 19:51:23 -0700 |
commit | 96819237d6317c62959dd25bcd37d17e3fa790e8 (patch) | |
tree | abbe402e7d6cd20803a94b35b843535ee776281d /CMakeLists.txt | |
parent | 4bfaa173c41076051b63aee85ab20572fdce46c2 (diff) |
Convert ambdec.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a97741b..6d4d41d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -874,7 +874,7 @@ SET(ALC_OBJS Alc/hrtf.h Alc/uhjfilter.cpp Alc/uhjfilter.h - Alc/ambdec.c + Alc/ambdec.cpp Alc/ambdec.h Alc/bformatdec.cpp Alc/bformatdec.h |