mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 16:05:00 +00:00
disabled theora asm for 64 bit win
This commit is contained in:
parent
c5b43ec950
commit
ef877eba6c
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ if(BUNDLED_THEORA AND BUILD_CLIENT)
|
|||
add_library(bundled_theora STATIC ${THEORA_SRC})
|
||||
target_link_libraries(bundled_theora PUBLIC bundled_ogg_full)
|
||||
|
||||
if (USE_THEORA_ASM)
|
||||
if (USE_THEORA_ASM AND NOT ETL_WIN64)
|
||||
if (ETL_32BITS OR ETL_64BITS)
|
||||
target_compile_definitions(bundled_theora PUBLIC OC_X86_ASM)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue