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
16e77f3ab2
commit
e9ccc61a2f
2 changed files with 6 additions and 0 deletions
|
|
@ -1513,6 +1513,11 @@ if test "x${HAVE_SIMPLEDB}" = "x1" ; then
|
||||||
ENABLE_SIMPLEDB=yes
|
ENABLE_SIMPLEDB=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ENABLE_FFTW=no
|
||||||
|
if test "x${HAVE_FFTW}" = "x1" ; then
|
||||||
|
ENABLE_FFTW=yes
|
||||||
|
fi
|
||||||
|
|
||||||
ENABLE_OPENSSL=no
|
ENABLE_OPENSSL=no
|
||||||
if test "x${HAVE_OPENSSL}" = "x1" ; then
|
if test "x${HAVE_OPENSSL}" = "x1" ; then
|
||||||
ENABLE_OPENSSL=yes
|
ENABLE_OPENSSL=yes
|
||||||
|
|
@ -1563,6 +1568,7 @@ echo "
|
||||||
Enable tdb: ${ENABLE_TDB}
|
Enable tdb: ${ENABLE_TDB}
|
||||||
Enable gdbm: ${ENABLE_GDBM}
|
Enable gdbm: ${ENABLE_GDBM}
|
||||||
Enable simple database: ${ENABLE_SIMPLEDB}
|
Enable simple database: ${ENABLE_SIMPLEDB}
|
||||||
|
Enable fftw: ${ENABLE_FFTW}
|
||||||
|
|
||||||
System User: ${PA_SYSTEM_USER}
|
System User: ${PA_SYSTEM_USER}
|
||||||
System Group: ${PA_SYSTEM_GROUP}
|
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