Files
haikuports/media-libs/svt-av1/patches/svt_av13-3.0.2.patchset
Schrijvers Luc 3af7de96fb svt_av1, add version 3.0.2 (#12499)
This only comes with the encoder library
2025-06-18 05:35:02 +00:00

23 lines
596 B
Plaintext

From b063e96adc3000e83fcc1b35bffa13933f32decb Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Sun, 15 Jun 2025 16:41:05 +0200
Subject: Haiku patch
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57a9108..1f53d5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -424,7 +424,7 @@ else()
endif()
if(MINGW)
check_flags_add(C -mxsave -fno-asynchronous-unwind-tables)
- else()
+ elseif(NOT HAIKU)
check_both_flags_add(-fstack-protector-strong)
check_both_flags_add(PREPEND -fno-stack-clash-protection)
endif()
--
2.48.1