mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
01org/libva -> intel/libva
This commit is contained in:
parent
245d644cd7
commit
b6fc418d32
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue