Skip to content

Commit

Permalink
[LibWebRTC] Unreviewed build fix after 265754@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=258708

Evaluate variable 'webrtc_avx_SOURCES' to add its content to
'webrtc_SOURCES'.

* Source/ThirdParty/libwebrtc/CMakeLists.txt:

Canonical link: https://commits.webkit.org/265790@main
  • Loading branch information
dpino committed Jul 6, 2023
1 parent 20a4f6d commit 48d7dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ThirdParty/libwebrtc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ if (WTF_CPU_X86_64 OR WTF_CPU_X86)
Source/webrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2.cc
)
set_source_files_properties(webrtc_avx_SOURCES PROPERTIES COMPILE_OPTIONS "-mavx2;-mfma")
list(APPEND webrtc_SOURCES webrtc_avx_SOURCES)
list(APPEND webrtc_SOURCES ${webrtc_avx_SOURCES})
add_definitions(-DWEBRTC_ENABLE_AVX2)
endif()

Expand Down

0 comments on commit 48d7dce

Please sign in to comment.