[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
build git:(master) ✗ cmake -DFORCE_LARGEST_PA_VERSION=ON ..
-- The C compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libpulse'
-- Found libpulse, version 13.99.1
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.12.16
-- Checking for module 'sbc'
-- Found sbc, version 1.4
-- Checking for module 'libavcodec>=58.18.100'
-- No package 'libavcodec' found
-- Checking for module 'libavutil>=56.14.100'
-- Found libavutil, version 56.31.100
-- Checking for module 'fdk-aac>=0.1.5'
-- No package 'fdk-aac' found
-- Checking for module 'ldacBT-enc'
-- No package 'ldacBT-enc' found
-- Checking for module 'ldacBT-abr'
-- No package 'ldacBT-abr' found
[HFP] ofono HFP headset support enabled
[HSP] native HSP headset support enabled
**CMake Error at CMakeLists.txt:75 (if):
if given arguments:
"AND" "1"
Unknown arguments specified**
-- Configuring incomplete, errors occurred!
See also "/home/sagan/pulseaudio-modules-bt/build/CMakeFiles/CMakeOutput.log".
When I execute a command I receive such result
build git:(master) ✗ cmake -DFORCE_LARGEST_PA_VERSION=ON .. -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'libpulse' -- Found libpulse, version 13.99.1 -- Checking for module 'dbus-1' -- Found dbus-1, version 1.12.16 -- Checking for module 'sbc' -- Found sbc, version 1.4 -- Checking for module 'libavcodec>=58.18.100' -- No package 'libavcodec' found -- Checking for module 'libavutil>=56.14.100' -- Found libavutil, version 56.31.100 -- Checking for module 'fdk-aac>=0.1.5' -- No package 'fdk-aac' found -- Checking for module 'ldacBT-enc' -- No package 'ldacBT-enc' found -- Checking for module 'ldacBT-abr' -- No package 'ldacBT-abr' found [HFP] ofono HFP headset support enabled [HSP] native HSP headset support enabled **CMake Error at CMakeLists.txt:75 (if): if given arguments:
Unknown arguments specified**
-- Configuring incomplete, errors occurred! See also "/home/sagan/pulseaudio-modules-bt/build/CMakeFiles/CMakeOutput.log".
I need help