mirror of https://github.com/procxx/kepka.git
Changed libvdpau source url
This commit is contained in:
parent
742de6282f
commit
8128f851d1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue