Don't set device explicitly when capturing

Also update openal to 1.20.1 since it has pulseaudio.allow-moves by default

Fix playback devices enumerating
This commit is contained in:
Ilya Fedin
2020-03-02 11:31:04 +04:00
committed by John Preston
parent fdd841e5c4
commit afc902a5cb
4 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ Go to ***BuildPath*** and run
git clone git://repo.or.cz/openal-soft.git
cd openal-soft
git checkout openal-soft-1.19.1
git checkout openal-soft-1.20.1
cd build
if [ `uname -p` == "i686" ]; then
cmake -D LIBTYPE:STRING=STATIC -D ALSOFT_UTILS:BOOL=OFF ..