just minor fixes for aarch64 and better SUV theme pngs
authorGood Guy <good1.2guy@gmail.com>
Thu, 13 Jan 2022 23:56:17 +0000 (16:56 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 13 Jan 2022 23:56:17 +0000 (16:56 -0700)
cinelerra-5.1/plugins/theme_suv/data/delete.png
cinelerra-5.1/plugins/theme_suv/data/reload.png
cinelerra-5.1/thirdparty/Makefile
cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1

index 200b9ea40a53034fa1b8f7c7618b130389479ff6..78e73d2f6a5428e6405368e978a95ae2616eb950 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_suv/data/delete.png and b/cinelerra-5.1/plugins/theme_suv/data/delete.png differ
index ff0478aa893f950e95be45e5b809c7b5b40bcfdb..f26a25514303de4ba405bd2550f1b7e211f71755 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_suv/data/reload.png and b/cinelerra-5.1/plugins/theme_suv/data/reload.png differ
index c97ef0f5ff91d010418d27ab90924b208e97d254..cf943616de750de1f3d7c870cee4a0e40ca6feb1 100644 (file)
@@ -197,7 +197,7 @@ audiofile.cfg_params?=--enable-shared=no
 audiofile.mak_params?=LIBS="-lm -lstdc++"
 flac.cfg_params?= --enable-shared=no
 flac.cflags?="$(call inc_path,libogg) $(call ld_path,libogg,src/.libs)"
-giflib.cfg_params=echo "exec true" > ./configure; chmod +x ./configure;
+giflib.cfg_vars=echo "exec true" > ./configure; chmod +x ./configure;
 lame.cfg_vars?= CFLAGS+=" -O"
 lame.cfg_params?=--enable-shared=no
 lame.mak_params?= ; cd $(call bld_path,lame,include); ln -sf . lame
index 1c007dde8d3c002af717cf8d919a8725abac2849..411cf4c7450dbb4a0b60ba98acad0cd57ffbd40e 100644 (file)
@@ -15,7 +15,7 @@
 
 -#elif defined(__linux__) /* end __ANDROID__ */
 -
-+#elif defined(__LINUX__) || defined(__TERMUX__)/* end __ANDROID__ */
++#elif defined(__linux__) || defined(__TERMUX__)/* end __ANDROID__ */
  #include <stdio.h>
 
  int aom_arm_cpu_caps(void) {