From e6717903c34cb9fda6fe9099d47a999e97b39938 Mon Sep 17 00:00:00 2001 From: latot Date: Thu, 22 Oct 2015 20:44:26 -0300 Subject: [PATCH] WITH_SYSTEM_FFMPEG add description --- CMake/DefineOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/DefineOptions.cmake b/CMake/DefineOptions.cmake index a97cc898f4..af33cb2c4e 100644 --- a/CMake/DefineOptions.cmake +++ b/CMake/DefineOptions.cmake @@ -49,7 +49,7 @@ if(WIN32) option(WITH_MINIMAID "Build with Minimaid Lights Support." ON) elseif(LINUX) # Builder beware: later versions of ffmpeg may break! - option(WITH_SYSTEM_FFMPEG "Build with the system's FFMPEG." OFF) + option(WITH_SYSTEM_FFMPEG "Build with the system's FFMPEG, disabled build with bundled's FFMPEG" OFF) option(WITH_CRYSTALHD_DISABLED "Build FFMPEG without Crystal HD support." OFF) option(WITH_TTY "Build with Linux TTY Input Support." OFF) option(WITH_PROFILING "Build with Profiling Support." OFF)