From 52d5f0b2819fbdeee3668cc26f1f787078b833ba Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 27 Feb 2026 16:24:17 -0700 Subject: [PATCH] Credit Andrew - patch needed for Rosa 2016 + add -testing- to Vulkan choice --- cinelerra-5.1/cinelerra/performanceprefs.C | 4 ++-- cinelerra-5.1/thirdparty/src/libtheora-1.2.0.patch0 | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 cinelerra-5.1/thirdparty/src/libtheora-1.2.0.patch0 diff --git a/cinelerra-5.1/cinelerra/performanceprefs.C b/cinelerra-5.1/cinelerra/performanceprefs.C index 0bd347cf..fcb7b249 100644 --- a/cinelerra-5.1/cinelerra/performanceprefs.C +++ b/cinelerra-5.1/cinelerra/performanceprefs.C @@ -366,7 +366,7 @@ void PrefsUseHWDev::create_objects() set_tooltip(_("vdpau - Nvidia, Nouveau, AMD (mesa)\n" "vaapi - Broadcom, Intel HD graphics, Amdgpu, Radeon\n" "cuda - Nvidia + Cuda SDK\n" - "vulkan - AMDGPU")); + "vulkan testing - AMDGPU")); hw_dev_names.append(new BC_ListBoxItem(_("none"))); #ifdef HAVE_VAAPI hw_dev_names.append(new BC_ListBoxItem("vaapi")); @@ -377,7 +377,7 @@ void PrefsUseHWDev::create_objects() #ifdef HAVE_NV hw_dev_names.append(new BC_ListBoxItem("cuda")); #endif - hw_dev_names.append(new BC_ListBoxItem("vulkan")); + hw_dev_names.append(new BC_ListBoxItem("vulkan-testing")); update_list(&hw_dev_names); update(&pwindow->thread->preferences->use_hw_dev[0]); } diff --git a/cinelerra-5.1/thirdparty/src/libtheora-1.2.0.patch0 b/cinelerra-5.1/thirdparty/src/libtheora-1.2.0.patch0 new file mode 100644 index 00000000..d400cd58 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/libtheora-1.2.0.patch0 @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2026-02-26 09:55:07.203607843 -0700 ++++ ./configure.ac 2026-02-26 09:55:47.131202217 -0700 +@@ -14,7 +14,7 @@ + + dnl we use doc_DATA in doc/Makefile.am which requires autoconf >= 2.60 + dnl to define docdir for us. +-AC_PREREQ([2.71]) ++AC_PREREQ([2.69]) + + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + -- 2.34.1