From 8beaf49d1070976f51c482989dc80c961736dac0 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 24 Aug 2019 06:47:03 +0200 Subject: [PATCH] cmake: Update libobs to 24.0.0-rc1 --- CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad355fc1..4b369fe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,7 +152,7 @@ mark_as_advanced(FORCE OBS_NATIVE OBS_PACKAGE OBS_REFERENCE OBS_DOWNLOAD) if(NOT TARGET libobs) set(${PropertyPrefix}OBS_STUDIO_DIR "" CACHE PATH "OBS Studio Source/Package Directory") - set(${PropertyPrefix}OBS_DOWNLOAD_VERSION "23.2.1-ci" CACHE STRING "OBS Studio Version to download") + set(${PropertyPrefix}OBS_DOWNLOAD_VERSION "24.0.0-rc1-ci" CACHE STRING "OBS Studio Version to download") endif() if(NOT ${PropertyPrefix}OBS_NATIVE) @@ -192,11 +192,6 @@ endif() # Load OBS Studio if(${PropertyPrefix}OBS_NATIVE) - option(BUILD_FFMPEG_ENCODER "Build AMD Encoder module" ON) - if (NOT BUILD_FFMPEG_ENCODER) - message(STATUS "Not building AMD Encoder") - return() - endif() elseif(${PropertyPrefix}OBS_PACKAGE) include("${OBS_STUDIO_DIR}/cmake/LibObs/LibObsConfig.cmake") elseif(${PropertyPrefix}OBS_REFERENCE)