<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 30 сент. 2022 г., 18:08  <<a href="mailto:mnieuw@zap.a2000.nl">mnieuw@zap.a2000.nl</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 28 Sep 2022 01:30:22 +0300<br>
Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com" target="_blank" rel="noreferrer">randrianasulu@gmail.com</a>> wrote:<br>
<br>
> вт, 27 сент. 2022 г., 22:37 <<a href="mailto:mnieuw@zap.a2000.nl" target="_blank" rel="noreferrer">mnieuw@zap.a2000.nl</a>>:<br>
> <br>
> > I got it to build.<br>
> ><br>
> > Configure options:<br>
> > --with-single-user<br>
> > --with-booby<br>
> > --disable-dav1d (because av1 has code written in x86 assembly).<br>
> > --without-vaapi (hw accell does not work on this machine)<br>
> > --without-vdpau<br>
> > --without-nv<br>
> > --without-wintv<br>
> > --without-x10tv<br>
> > --disable-libaom (there seem to be "always inline" functions<br>
> > that causes problems with arm_neon.h and other files.<br>
> > --disable-libwebp<br>
> ><br>
> > CinGG loads fine, menus work.<br>
> > Audio can be loaded and played, but no<br>
> > sound output. This is not a CinGG error, something with the machine<br>
> > low-level config. Even speaker-test does not work. Alsa config seems<br>
> > OK, output does not go to HDMI monitor.<br>
> ><br>
> > Video (tried short 720p video) can be loaded, but as soon as you do<br>
> > anything CinGG is terminated with a "bus error".  <br>
> <br>
> <br>
> oh, fun! probably something unaligned  ... can you gdb? ) also try to<br>
> disable x11 direct checkbox.<br>
<br>
Interesting. dmesg showed indeed an alignment problem.<br>
Running it under gdb showed 0x012c24a8 in ff_yuv420p_to_rgba_neon ()<br>
<br>
Consequently I manually set up the format to RGB instead of RGBA, and<br>
loaded the video from resources. It does play, but the speed is not<br>
impressive. About 1 frame/s :-) . It does not matter if I use X11 or<br>
GL, except GL gives a higher CPU utilisation. With X11, CPU utilisation<br>
is about 50%, and the hairline cursor keeps jumping back for about a<br>
second each time, but the end value you see slowly increasing.</blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">sounds like audio output issue. try to disable sound tracks?</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
<br>
This was a static build. I'll try a dynamic build next.<br>
<br>
MatN<br>
</blockquote></div></div></div>