From 6ec5cd69f8038043136f0c0cfe01592271ac1ab1 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sat, 9 Aug 2025 23:05:15 +0800 Subject: [PATCH] fix line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 558f117b3e..47a7e736db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,6 @@ option(YUZU_USE_SYSTEM_OPUS "Use the system Opus library if available" ON) option(YUZU_USE_SYSTEM_HTTPLIB "Use the system cpp-httplib if available" ON) - option(YUZU_USE_QT_MULTIMEDIA "Use QtMultimedia for Camera" OFF) option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF)