flac not supported on Windows on ARM64
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
People
(Reporter: cpearce, Unassigned)
References
(Blocks 1 open bug)
Details
Discovered in bug 1526080 comment 3, we're not building ffvpx on aarch64 Windows builds, and so flac isn't supported there.
I guess we're not doing the right thing here:
Reporter | ||
Comment 1•6 years ago
|
||
Mike: Do you have an opinion on the moz.configure line referenced in comment 0 above? We want flac support on Windows on ARM64, is there a reason why Windows+aarch64 is excluded in the configure logic linked to above?
Comment 3•6 years ago
|
||
it was removed in bug 1481513.
On arm (be it 32 or 64 bits) we only compile ffvpx in plain C. Should have compiled just fine on arm64
Comment 4•6 years ago
|
||
ffvpx's "plain C" was really "plain C assuming a bunch of Linux-isms and/or GCC-isms" and there was zero aarch64 windows support.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #4)
ffvpx's "plain C" was really "plain C assuming a bunch of Linux-isms and/or GCC-isms" and there was zero aarch64 windows support.
I feel that my earlier comment may have been misinterpreted. There was no intention to blame or put criticism. I was just stating my recollection on event on what led flac to no longer be compiled for arm64.
Updated•2 years ago
|
Description
•