mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
module-equalizer-sink: drop source executable permissions configure.ac: add enable/disable + summary line for fftw
This commit is contained in:
parent
8f2289c563
commit
d25b9eab0f
2 changed files with 6 additions and 0 deletions
|
|
@ -1513,6 +1513,11 @@ if test "x${HAVE_SIMPLEDB}" = "x1" ; then
|
|||
ENABLE_SIMPLEDB=yes
|
||||
fi
|
||||
|
||||
ENABLE_FFTW=no
|
||||
if test "x${HAVE_FFTW}" = "x1" ; then
|
||||
ENABLE_FFTW=yes
|
||||
fi
|
||||
|
||||
ENABLE_OPENSSL=no
|
||||
if test "x${HAVE_OPENSSL}" = "x1" ; then
|
||||
ENABLE_OPENSSL=yes
|
||||
|
|
@ -1563,6 +1568,7 @@ echo "
|
|||
Enable tdb: ${ENABLE_TDB}
|
||||
Enable gdbm: ${ENABLE_GDBM}
|
||||
Enable simple database: ${ENABLE_SIMPLEDB}
|
||||
Enable fftw: ${ENABLE_FFTW}
|
||||
|
||||
System User: ${PA_SYSTEM_USER}
|
||||
System Group: ${PA_SYSTEM_GROUP}
|
||||
|
|
|
|||
0
src/modules/module-equalizer-sink.c
Executable file → Normal file
0
src/modules/module-equalizer-sink.c
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue