From: Good Guy Date: Thu, 13 Jan 2022 23:56:17 +0000 (-0700) Subject: just minor fixes for aarch64 and better SUV theme pngs X-Git-Tag: 2022-01~6 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=45ed3a4119695029705fb14ef1b393f2513ffe24 just minor fixes for aarch64 and better SUV theme pngs --- diff --git a/cinelerra-5.1/plugins/theme_suv/data/delete.png b/cinelerra-5.1/plugins/theme_suv/data/delete.png index 200b9ea4..78e73d2f 100644 Binary files a/cinelerra-5.1/plugins/theme_suv/data/delete.png and b/cinelerra-5.1/plugins/theme_suv/data/delete.png differ diff --git a/cinelerra-5.1/plugins/theme_suv/data/reload.png b/cinelerra-5.1/plugins/theme_suv/data/reload.png index ff0478aa..f26a2551 100644 Binary files a/cinelerra-5.1/plugins/theme_suv/data/reload.png and b/cinelerra-5.1/plugins/theme_suv/data/reload.png differ diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index c97ef0f5..cf943616 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -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 diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 b/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 index 1c007dde..411cf4c7 100644 --- a/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 +++ b/cinelerra-5.1/thirdparty/src/libaom-v3.2.0.patch1 @@ -15,7 +15,7 @@ -#elif defined(__linux__) /* end __ANDROID__ */ - -+#elif defined(__LINUX__) || defined(__TERMUX__)/* end __ANDROID__ */ ++#elif defined(__linux__) || defined(__TERMUX__)/* end __ANDROID__ */ #include int aom_arm_cpu_caps(void) {