From 0c71cc4b38b337adf77d66232b9549d0489ecf94 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 13 Dec 2020 02:29:41 -0500 Subject: [PATCH] - allow use of external libvpx library on windows --- source/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 27c744540..f99ff0c78 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -99,8 +99,8 @@ if( WIN32 ) odbccp32 # this local library crap needs to go away. Sadly there doesn't seem to be anything to get a working libvpx that doesn't force linking with MinGW dependencies. - libvpx - libcompat-to-msvc + #libvpx + #libcompat-to-msvc )