Skip to content

Commit

Permalink
Merge from Perforce 2024-03-27 15:32:17.884972
Browse files Browse the repository at this point in the history
  • Loading branch information
lakulish committed Mar 27, 2024
1 parent bbf020a commit 85db68e
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 1,358 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Steam Audio 4.5.2
# Steam Audio 4.5.3

Valve Corporation

Expand Down
5 changes: 4 additions & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.17)

project(Phonon VERSION 4.5.2)
project(Phonon VERSION 4.5.3)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_MODULE_PATH "${CMAKE_HOME_DIRECTORY}/build")
Expand Down Expand Up @@ -179,6 +179,9 @@ if (IPL_OS_LINUX)
if (IPL_CPU_X86)
add_compile_options(-m32 -mfpmath=sse -march=native)
endif()
if (STEAMAUDIO_ENABLE_AVX)
add_compile_options(-fabi-version=6)
endif()
endif()

# macOS flags
Expand Down
Loading

0 comments on commit 85db68e

Please sign in to comment.