Remove Portaudio from building instructions

Since it loaded at runtime with dlopen anyway and headers from the system package are OK
This commit is contained in:
Ilya Fedin 2020-05-06 22:14:15 +04:00 committed by John Preston
parent d0e3d15e8e
commit 447d4e6c47
2 changed files with 0 additions and 21 deletions

View File

@ -335,19 +335,6 @@ jobs:
sudo cp -R ffmpeg-cache/. /
- name: PortAudio.
run: |
cd $LibrariesPath
git clone https://git.assembla.com/portaudio.git
cd portaudio
git checkout 396fe4b669
./configure
make -j$(nproc)
sudo make install
cd ..
rm -rf portaudio
- name: OpenAL Soft.
run: |
cd $LibrariesPath

View File

@ -189,14 +189,6 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone https://git.assembla.com/portaudio.git
cd portaudio
git checkout 396fe4b669
./configure
make $MAKE_THREADS_CNT
sudo make install
cd ..
git clone git://repo.or.cz/openal-soft.git
cd openal-soft
git checkout openal-soft-1.20.1