[pulseaudio-tickets] [PulseAudio] #790: pulsecore/svolume_arm.c fails to compile for armv5te
PulseAudio
trac-noreply at tango.0pointer.de
Fri Oct 15 04:14:25 PDT 2010
#790: pulsecore/svolume_arm.c fails to compile for armv5te
---------------------+------------------------------------------------------
Reporter: ao2 | Owner: wtay
Type: defect | Status: new
Milestone: 0.9.22 | Component: core
Resolution: | Keywords:
---------------------+------------------------------------------------------
Changes (by dromi):
* cc: alexandre.relange at gmail.com (added)
Comment:
You should be able to compile for a "generic" ARM architecture. It will
compile this ARMv6 assembly code but it should not be called on an ARMv5
processor.
But since you want to test some patches, here are they ;)
The two patches do the same, ie they remove this ARMv6 code if you compile
for an ARMv5 specific architecture.
In the first one, I use a macro that was created elsewhere but whose name
is not explicit at all. The second one is a bit cleaner since the macro is
renamed.
I have tested the first one, not the second one.
Any kind of feedback is welcome !
--
Ticket URL: <http://pulseaudio.org/ticket/790#comment:3>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list