mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-08 15:40:52 +00:00
theora: make msvc a bit happier
This commit is contained in:
parent
4563911811
commit
7e88a7ec35
1 changed files with 3 additions and 0 deletions
|
@ -547,6 +547,9 @@ if(BUNDLED_THEORA)
|
|||
"${CMAKE_CURRENT_LIST_DIR}/theora/lib/*.h"
|
||||
)
|
||||
|
||||
# This makes the MSVC build a happier
|
||||
LIST(REMOVE_ITEM THEORA_SRC ${CMAKE_CURRENT_LIST_DIR}/theora/lib/encoder_disabled.c)
|
||||
|
||||
if(32BITS)
|
||||
add_definitions("-DOC_X86_ASM")
|
||||
if(MSVC)
|
||||
|
|
Loading…
Reference in a new issue