01org/libva -> intel/libva

This commit is contained in:
Ilya Fedin 2020-10-20 09:26:17 +04:00 committed by John Preston
parent 245d644cd7
commit b6fc418d32
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ jobs:
run: |
cd $LibrariesPath
git clone $GIT/01org/libva.git
git clone $GIT/intel/libva.git
cd libva
./autogen.sh --enable-static
make -j$(nproc)

View File

@ -67,7 +67,7 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone https://github.com/01org/libva.git
git clone https://github.com/intel/libva.git
cd libva
CFLAGS=-fPIC CPPFLAGS=-fPIC LDFLAGS=-fPIC ./autogen.sh --enable-static
make $MAKE_THREADS_CNT