mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(audio): add build dependency for libfilteraudio
This commit is contained in:
parent
1914f52cdf
commit
24163b551e
|
@ -140,6 +140,13 @@ echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
|
|||
sudo ldconfig
|
||||
cd ..
|
||||
|
||||
# filteraudio
|
||||
git clone --branch v0.0.1 --depth=1 https://github.com/irungentoo/filter_audio filteraudio
|
||||
cd filteraudio
|
||||
CC="ccache $CC" CXX="ccache $CXX" sudo make install -j$(nproc)
|
||||
sudo ldconfig
|
||||
cd ..
|
||||
|
||||
$CC --version
|
||||
$CXX --version
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
| [qrencode] | >= 3.0.3 | |
|
||||
| [sqlcipher] | >= 3.2.0 | |
|
||||
| [pkg-config] | >= 0.28 | |
|
||||
| [filteraudio] | >= 0.0.1 | |
|
||||
|
||||
## Optional dependencies
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user