1
0
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:
sudden6 2017-05-15 11:20:29 +02:00
parent 1914f52cdf
commit 24163b551e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -51,6 +51,7 @@
| [qrencode] | >= 3.0.3 | |
| [sqlcipher] | >= 3.2.0 | |
| [pkg-config] | >= 0.28 | |
| [filteraudio] | >= 0.0.1 | |
## Optional dependencies