Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-12-11 Thread Rémi Denis-Courmont
Le lauantaina 9. joulukuuta 2023, 12.45.03 EET flow gg a écrit : > There's a strange issue: > > Adding tests can compile successfully on x86 and lichee4a (risc v), but it > results in an error on k230. > > > collect2: fatal error: ld terminated with signal 9 [Killed] > > compilation terminated. >

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-12-09 Thread flow gg
To express clearly,I mean remove libavcodec/aacenc.c:1429 FF_CODEC_ENCODE_CB(aac_encode_frame) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-12-09 Thread flow gg
There's a strange issue: Adding tests can compile successfully on x86 and lichee4a (risc v), but it results in an error on k230. > collect2: fatal error: ld terminated with signal 9 [Killed] > compilation terminated. > > [32833.539109] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),task=ld,p

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-12-04 Thread flow gg
Because there was a conflict, the patch was updated in the reply flow gg 于2023年12月1日周五 04:25写道: > Okay, I splited and attached > > > > Rémi Denis-Courmont 于2023年11月30日周四 23:31写道: > >> Le tiistaina 28. marraskuuta 2023, 18.59.38 EET flow gg a écrit : >> > >> >> Since nobody else commented, I sh

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-11-30 Thread flow gg
Okay, I splited and attached Rémi Denis-Courmont 于2023年11月30日周四 23:31写道: > Le tiistaina 28. marraskuuta 2023, 18.59.38 EET flow gg a écrit : > > > > Since nobody else commented, I shall note that you should probably split > the > underlying lavc changes into a separate preliminary patch. > >

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-11-30 Thread Rémi Denis-Courmont
Le tiistaina 28. marraskuuta 2023, 18.59.38 EET flow gg a écrit : > Since nobody else commented, I shall note that you should probably split the underlying lavc changes into a separate preliminary patch. -- レミ・デニ-クールモン http://www.remlab.net/ ___ f

[FFmpeg-devel] [PATCH 1/2] checkasm: test for abs_pow34

2023-11-28 Thread flow gg
From 85e60d75554894964825f5718d14591294ec4e88 Mon Sep 17 00:00:00 2001 From: sunyuechi Date: Tue, 28 Nov 2023 14:08:12 +0800 Subject: [PATCH 1/2] checkasm: test for abs_pow34 --- libavcodec/aacenc.c| 24 +++-- libavcodec/aacenc.h| 1 + tests/checkasm/Makefile| 1 +