diff --git a/OpenAL32/Include/bs2b.h b/Alc/bs2b.h similarity index 100% rename from OpenAL32/Include/bs2b.h rename to Alc/bs2b.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 476b241f..6bbbc561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -714,7 +714,6 @@ SET(COMMON_OBJS common/vecmat.h ) SET(OPENAL_OBJS - OpenAL32/Include/bs2b.h OpenAL32/Include/alMain.h OpenAL32/Include/alu.h @@ -745,6 +744,7 @@ SET(ALC_OBJS Alc/alconfig.h Alc/alcontext.h Alc/bs2b.cpp + Alc/bs2b.h Alc/converter.cpp Alc/converter.h Alc/inprogext.h