From: Good Guy Date: Mon, 26 Sep 2022 19:56:46 +0000 (-0600) Subject: delete outdated libraries X-Git-Tag: 2022-09~2 X-Git-Url: https://www.cinelerra-gg.org/git/?a=commitdiff_plain;h=121cc3dea3326d89d85c299bd22fd2369a38d6a2;p=goodguy%2Fcinelerra.git delete outdated libraries --- diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch0 b/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch0 deleted file mode 100644 index 0c3ad19c..00000000 --- a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch0 +++ /dev/null @@ -1,11 +0,0 @@ ---- libaom-3.1.1/CMakeLists.txt.orig 2021-09-07 21:36:23.156964673 +0300 -+++ libaom-3.1.1/CMakeLists.txt 2021-09-07 21:36:53.780586982 +0300 -@@ -8,7 +8,7 @@ - # License 1.0 was not distributed with this source code in the PATENTS file, you - # can obtain it at www.aomedia.org/license/patent. - # --cmake_minimum_required(VERSION 3.6) -+cmake_minimum_required(VERSION 3.5) - - set(AOM_ROOT "${CMAKE_CURRENT_SOURCE_DIR}") - set(AOM_CONFIG_DIR "${CMAKE_CURRENT_BINARY_DIR}") diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 b/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 deleted file mode 100644 index 411cf4c7..00000000 --- a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 +++ /dev/null @@ -1,21 +0,0 @@ ---- libaom-v3.0.0/aom_ports/arm_cpudetect.c 2020-07-10 02:32:42.000000000 +0300 -+++ libaom-v3.0.0_1/aom_ports/arm_cpudetect.c 2021-05-08 05:18:23.404156362 +0300 -@@ -87,7 +87,7 @@ - return flags & mask; - } - --#elif defined(__ANDROID__) /* end _MSC_VER */ -+#elif (defined(__ANDROID__) && !defined(__TERMUX__))/* end _MSC_VER */ - #include - - int aom_arm_cpu_caps(void) { -@@ -106,8 +106,7 @@ - return flags & mask; - } - --#elif defined(__linux__) /* end __ANDROID__ */ -- -+#elif defined(__linux__) || defined(__TERMUX__)/* end __ANDROID__ */ - #include - - int aom_arm_cpu_caps(void) { diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.tar.xz b/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.tar.xz deleted file mode 100644 index 3d085f31..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.tar.xz and /dev/null differ diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 deleted file mode 100644 index 37009517..00000000 --- a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 +++ /dev/null @@ -1,11 +0,0 @@ ---- a/vpx_ports/mem.h 2019-12-09 16:09:20.000000000 -0700 -+++ b/vpx_ports/mem.h 2020-07-31 09:20:22.303406738 -0600 -@@ -15,7 +15,7 @@ - #include "vpx/vpx_integer.h" - - #if (defined(__GNUC__) && __GNUC__) || defined(__SUNPRO_C) --#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) -+#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(64))) - #elif defined(_MSC_VER) - #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val - #else diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz b/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz deleted file mode 100644 index 0c9afd37..00000000 Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz and /dev/null differ