From 204e71563734748da879014cab11ac313818d64e Mon Sep 17 00:00:00 2001 From: "auria.mg" Date: Tue, 17 Oct 2017 20:08:15 -0400 Subject: [PATCH] Fix build --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3b42111a..33ceb3a28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,9 +86,9 @@ if(SERVER_ONLY) add_definitions(-DNO_IRR_COMPILE_WITH_X11_) endif() -if(DISABLE_VPX) - add_definitions(-DNO_VPX) -endif() +#if(DISABLE_VPX) +# add_definitions(-DNO_VPX) +#endif() # Build the Bullet physics library add_subdirectory("${PROJECT_SOURCE_DIR}/lib/bullet") @@ -404,7 +404,7 @@ target_link_libraries(supertuxkart ${FREETYPE_LIBRARIES} ${JPEG_LIBRARIES} ${TURBOJPEG_LIBRARY} - ${VPX_LIBRARIES} + #${VPX_LIBRARIES} ) if(NOT SERVER_ONLY)