Changed libvdpau source url

This commit is contained in:
RadRussianRus 2020-02-18 16:25:37 +03:00 committed by John Preston
parent 742de6282f
commit 8128f851d1
2 changed files with 2 additions and 4 deletions

View file

@ -147,9 +147,8 @@ jobs:
run: |
cd $LibrariesPath
git clone git://anongit.freedesktop.org/vdpau/libvdpau
git clone https://gitlab.freedesktop.org/vdpau/libvdpau.git --depth=1 -b libvdpau-1.2
cd libvdpau
git checkout libvdpau-1.2
./autogen.sh --enable-static
make -j$(nproc)
sudo make install

View file

@ -74,9 +74,8 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone git://anongit.freedesktop.org/vdpau/libvdpau
git clone https://gitlab.freedesktop.org/vdpau/libvdpau.git --depth=1 -b libvdpau-1.2
cd libvdpau
git checkout libvdpau-1.2
./autogen.sh --enable-static
make $MAKE_THREADS_CNT
sudo make install