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: |
|
run: |
|
||||||
cd $LibrariesPath
|
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
|
cd libvdpau
|
||||||
git checkout libvdpau-1.2
|
|
||||||
./autogen.sh --enable-static
|
./autogen.sh --enable-static
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
|
@ -74,9 +74,8 @@ Go to ***BuildPath*** and run
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
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
|
cd libvdpau
|
||||||
git checkout libvdpau-1.2
|
|
||||||
./autogen.sh --enable-static
|
./autogen.sh --enable-static
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in New Issue