mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
build-sys: Move svolume-*.c to libpulsecore
The various software volume implementations were being built as part of libpulsecommon for some reason. These should only ever be used in the daemon, so they should be in libpulsecore.
This commit is contained in:
parent
f52baffeb5
commit
6a1addf35c
3 changed files with 6 additions and 5 deletions
|
|
@ -753,8 +753,6 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
||||||
pulsecore/socket-util.c pulsecore/socket-util.h \
|
pulsecore/socket-util.c pulsecore/socket-util.h \
|
||||||
pulsecore/strbuf.c pulsecore/strbuf.h \
|
pulsecore/strbuf.c pulsecore/strbuf.h \
|
||||||
pulsecore/strlist.c pulsecore/strlist.h \
|
pulsecore/strlist.c pulsecore/strlist.h \
|
||||||
pulsecore/svolume_c.c pulsecore/svolume_arm.c \
|
|
||||||
pulsecore/svolume_mmx.c pulsecore/svolume_sse.c \
|
|
||||||
pulsecore/tagstruct.c pulsecore/tagstruct.h \
|
pulsecore/tagstruct.c pulsecore/tagstruct.h \
|
||||||
pulsecore/time-smoother.c pulsecore/time-smoother.h \
|
pulsecore/time-smoother.c pulsecore/time-smoother.h \
|
||||||
pulsecore/tokenizer.c pulsecore/tokenizer.h \
|
pulsecore/tokenizer.c pulsecore/tokenizer.h \
|
||||||
|
|
@ -1005,6 +1003,8 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \
|
||||||
pulsecore/resampler/trivial.c \
|
pulsecore/resampler/trivial.c \
|
||||||
pulsecore/rtpoll.c pulsecore/rtpoll.h \
|
pulsecore/rtpoll.c pulsecore/rtpoll.h \
|
||||||
pulsecore/stream-util.c pulsecore/stream-util.h \
|
pulsecore/stream-util.c pulsecore/stream-util.h \
|
||||||
|
pulsecore/svolume_c.c pulsecore/svolume_arm.c \
|
||||||
|
pulsecore/svolume_mmx.c pulsecore/svolume_sse.c \
|
||||||
pulsecore/mix.c pulsecore/mix.h \
|
pulsecore/mix.c pulsecore/mix.h \
|
||||||
pulsecore/cpu.c pulsecore/cpu.h \
|
pulsecore/cpu.c pulsecore/cpu.h \
|
||||||
pulsecore/cpu-arm.c pulsecore/cpu-arm.h \
|
pulsecore/cpu-arm.c pulsecore/cpu-arm.h \
|
||||||
|
|
|
||||||
|
|
@ -61,15 +61,12 @@ libpulsecommon_sources = [
|
||||||
'pulsecore/socket-util.c',
|
'pulsecore/socket-util.c',
|
||||||
'pulsecore/strbuf.c',
|
'pulsecore/strbuf.c',
|
||||||
'pulsecore/strlist.c',
|
'pulsecore/strlist.c',
|
||||||
'pulsecore/svolume_c.c',
|
|
||||||
'pulsecore/svolume_mmx.c',
|
|
||||||
'pulsecore/tagstruct.c',
|
'pulsecore/tagstruct.c',
|
||||||
'pulsecore/thread-posix.c',
|
'pulsecore/thread-posix.c',
|
||||||
'pulsecore/time-smoother.c',
|
'pulsecore/time-smoother.c',
|
||||||
'pulsecore/tokenizer.c',
|
'pulsecore/tokenizer.c',
|
||||||
'pulsecore/usergroup.c',
|
'pulsecore/usergroup.c',
|
||||||
'pulsecore/sndfile-util.c',
|
'pulsecore/sndfile-util.c',
|
||||||
'pulsecore/svolume_arm.c',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
libpulsecommon_headers = [
|
libpulsecommon_headers = [
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,10 @@ libpulsecore_sources = [
|
||||||
'source-output.c',
|
'source-output.c',
|
||||||
'start-child.c',
|
'start-child.c',
|
||||||
'stream-util.c',
|
'stream-util.c',
|
||||||
|
'svolume_arm.c',
|
||||||
|
'svolume_c.c',
|
||||||
|
'svolume_mmx.c',
|
||||||
|
'svolume_sse.c',
|
||||||
'thread-mq.c',
|
'thread-mq.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue