История изменений
Исправление Loki13, (текущая версия) :
Нашел на гитхабе такое решение. У меня работает.
If anyone like me don't want to wait you can build sdl2 for yourself to fix the sound!
Just checkout the latest sdl version:
hg clone http://hg.libsdl.org/SDL
Run autoconf and create a build dir
./autogen.sh
mkdir build
cd build
../configure
If you like me is running a 64bit system you need to add -m32 to CFLAGS and LDFLAGS in the Makefile in the build dir.
After that "make" the project and when it's done and overwrite the current libsdl2 file with your own one:
cd build/.libs
cp libSDL2-2.0.so.0.0.0 ~/.local/share/Steam/SteamApps/common/Counter-Strike/libsdl2-2.0.so.0
Now sound works flawlessly for me so far :)
Только я копировал в lib32, а не в папку стима
sudo cp libSDL2-2.0.so.0 /usr/lib32/
Исходная версия Loki13, :
Нашел на гитхабе такое решение. У меня работает.
If anyone like me don't want to wait you can build sdl2 for yourself to fix the sound! Just checkout the latest sdl version:
hg clone http://hg.libsdl.org/SDL
Run autoconf and create a build dir
./autogen.sh mkdir build cd build ../configure
If you like me is running a 64bit system you need to add -m32 to CFLAGS and LDFLAGS in the Makefile in the build dir. After that «make» the project and when it's done and overwrite the current libsdl2 file with your own one:
cd build/.libs cp libSDL2-2.0.so.0.0.0 ~/.local/share/Steam/SteamApps/common/Counter-Strike/libsdl2-2.0.so.0
Now sound works flawlessly for me so far :)
Только я копировал в lib32, а не в папку стима
sudo cp libSDL2-2.0.so.0 /usr/lib32/