delete outdated libraries
authorGood Guy <[email protected]>
Mon, 26 Sep 2022 19:56:46 +0000 (13:56 -0600)
committerGood Guy <[email protected]>
Mon, 26 Sep 2022 19:56:46 +0000 (13:56 -0600)
cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch0 [deleted file]
cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 [deleted file]
cinelerra-5.1/thirdparty/src/libaom-v3.2.0.tar.xz [deleted file]
cinelerra-5.1/thirdparty/src/libvpx-1.11.0.patch1 [deleted file]
cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz [deleted file]

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 (file)
index 0c3ad19..0000000
+++ /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 (file)
index 411cf4c..0000000
+++ /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 <cpu-features.h>
-
- 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 <stdio.h>
-
- 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 (file)
index 3d085f3..0000000
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 (file)
index 3700951..0000000
+++ /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 (file)
index 0c9afd3..0000000
Binary files a/cinelerra-5.1/thirdparty/src/libvpx-1.11.0.tar.xz and /dev/null differ