From b0465a8622942ee5ce3ed0b44b6a6083b8ca120b Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 4 Oct 2015 14:33:06 -0400 Subject: [PATCH] Revert "Default to GPL off for ffmpeg." --- CMake/DefineOptions.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/DefineOptions.cmake b/CMake/DefineOptions.cmake index ab3a4cdc20..a97cc898f4 100644 --- a/CMake/DefineOptions.cmake +++ b/CMake/DefineOptions.cmake @@ -28,8 +28,8 @@ option(WITH_PORTABLE_TOMCRYPT "Build with assembly/free tomcrypt, making it port # If WITH_PORTABLE_TOMCRYPT is ON, this will automatically have no effect. option(WITH_NO_ROLC_TOMCRYPT "Build without the ROLC assembly instructions for tomcrypt. (Ignored by Apple builds)" OFF) -# Turn this option on to use the GPL exclusive components. -option(WITH_GPL_LIBS "Build with GPL libraries." OFF) +# Turn this option off to not use the GPL exclusive components. +option(WITH_GPL_LIBS "Build with GPL libraries." ON) # Turn this option off to disable using WAV files with the game. # Note that it is recommended to keep this on.