From 27dfa6037a658d298747bd18a3513e82fa44ba18 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 27 Jun 2026 06:48:10 +0000 Subject: [PATCH] fx --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b55a8c1ed..820ca8c281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,6 @@ if (NOT DEFINED ARCHITECTURE) message(FATAL_ERROR "Architecture didn't make it out of scope, did you delete DetectArchitecture.cmake?") endif() -# Needed for FFmpeg w/ VAAPI and DRM if (OPENBSD) # OpenBSD 7.8 broke libcxx when upgrading, so we must define the PSTL backend manually set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_LIBCPP_PSTL_BACKEND_SERIAL=1")