diff options
author | Chris Robinson <[email protected]> | 2020-08-27 23:02:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-27 23:02:17 -0700 |
commit | ecf30de36f6487c1f8a19ae0d03ba810078706f4 (patch) | |
tree | 1a25173f5d35b9c317854a1e20493bdb2be3d948 /CMakeLists.txt | |
parent | a9ebcdcb7fb2d8eeb137b54c100f3d9601b71a2e (diff) |
Rename buffer_formats to buffer_storage
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5304da6..04946b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -617,8 +617,8 @@ set(ALC_OBJS alc/bsinc_tables.cpp alc/bsinc_tables.h alc/bufferline.h - alc/buffer_formats.cpp - alc/buffer_formats.h + alc/buffer_storage.cpp + alc/buffer_storage.h alc/compat.h alc/converter.cpp alc/converter.h |