theora: make msvc a bit happier

This commit is contained in:
Jacker 2015-09-30 11:59:34 +03:00
parent 4563911811
commit 7e88a7ec35

View file

@ -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)