mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
core: Add pa_cpu_init() / cpu.c
move code dealing with CPU specific code path initialization from daemon/main.c to pulsecore/cpu.c Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
f508b34b8b
commit
380591eb18
4 changed files with 38 additions and 12 deletions
|
|
@ -906,7 +906,7 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \
|
|||
pulsecore/rtpoll.c pulsecore/rtpoll.h \
|
||||
pulsecore/stream-util.c pulsecore/stream-util.h \
|
||||
pulsecore/mix.c pulsecore/mix.h \
|
||||
pulsecore/cpu.h \
|
||||
pulsecore/cpu.c pulsecore/cpu.h \
|
||||
pulsecore/cpu-arm.c pulsecore/cpu-arm.h \
|
||||
pulsecore/cpu-x86.c pulsecore/cpu-x86.h \
|
||||
pulsecore/cpu-orc.c pulsecore/cpu-orc.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue