hrydgard / ppsspp-ffmpeg

A slimmed-down build of FFMPEG used in PPSSPP. Includes h.264, atrac3+, AAC and a few other codecs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android: Delete ARMv6 libs and include files?

thedax opened this issue · comments

Since we dropped support for older versions of Android, and IIRC ARMv6 has crashing issues with GCC 4.8 on PPSSPP, is it time to delete the ARMv6 FFMPEG stuff too, under Android?

Also, should we compile against 4.8? I also wonder why we don't use --enable-runtime-cpudetect instead of --disable-neon on armv7. conv_AV_SAMPLE_FMT_FLT_to_AV_SAMPLE_FMT_S16 is showing up (0.95%) in profiles, and apparently there's a neon version if enabled.

ff_atrac3p_ipqf is of course much higher (3.7%.)

-[Unknown]

Hm, that's a good question indeed - we obviously should. I think I'll just go ahead and rebuild with that.

Some say it's not great: http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=163&start=20

Not sure how credible though.

Well, it sounds like they are specifically talking about libfaac. Also that forum of course is dedicated to Windows builds. AFAIK it's actually enabled by default, if --disable-everything doesn't affect it we actually already have it on, but have neon disabled.

-[Unknown]

I think ccb6401

Closed this issue .