and may be also this patch, adding "enable-debug=no" to config params ,
according to

https://github.com/xiph/flac/commit/b3ece71334540aa35de30c821ae83acc1c503b01

пт, 16 сент. 2022 г., 19:46 Andrew Randrianasulu <[email protected]>:

> try more cppflags/cxxflags!
>
> пт, 16 сент. 2022 г., 19:09 Andrea paz <[email protected]>:
>
>> A little better, but not too much better....
>>
>> (0) : ** rendered 9063 frames in 2.938 secs, 3084.752 fps, size 18.1 MiB
>>
>> (5) : ** rendered 9063 frames in 2.202 secs, 4115.804 fps, size 16.1 MiB
>>
>> (8) : ** rendered 9063 frames in 2.754 secs, 3290.850 fps, size , 15.8 MiB
>>
>
From 3050fc9b4ddb2c3aebc398f166235daa6811150d Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <[email protected]>
Date: Fri, 16 Sep 2022 20:03:48 +0300
Subject: [PATCH 9/9] try to disable debug in flac build

---
 cinelerra-5.1/thirdparty/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile
index ae2949a1..3d712464 100644
--- a/cinelerra-5.1/thirdparty/Makefile
+++ b/cinelerra-5.1/thirdparty/Makefile
@@ -200,7 +200,7 @@ djbfft.mak_params?=; cd $(call bld_path,djbfft); ln -sf djbfft.a libdjbfft.a
 audiofile.cfg_params?=--enable-shared=no
 audiofile.mak_params?=LIBS="-lm -lstdc++"
 flac.cfg_vars?= CFLAGS+=" -O3 -funroll-loops " CPPFLAGS+=" -DNDEBUG " CXXFLAGS+=" -O2 "
-flac.cfg_params?= --enable-shared=no
+flac.cfg_params?= --enable-shared=no --enable-debug=no --enable-examples=no
 flac.cflags?="$(call inc_path,libogg) $(call ld_path,libogg,src/.libs)"
 ffnvcodec.cfg_vars=echo "exec true" > ./configure; chmod +x ./configure;
 giflib.cfg_vars=echo "exec true" > ./configure; chmod +x ./configure;
-- 
2.37.3

-- 
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to