Update build_tc.sh
This commit is contained in:
parent
5dde9efd53
commit
6b0d2a466d
@ -32,7 +32,10 @@ function compile {
|
|||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$STEP" == "libmfx" ]; then
|
if [ "$STEP" == "svt-av1" ]; then
|
||||||
|
cd $SRC/svt-av1/Build
|
||||||
|
PKG_CONFIG_PATH+=":$BUILD" cmake ..
|
||||||
|
elif [ "$STEP" == "libmfx" ]; then
|
||||||
cd $SRC/libmfx
|
cd $SRC/libmfx
|
||||||
if [[ ! -f "configure" ]]; then
|
if [[ ! -f "configure" ]]; then
|
||||||
autoreconf -fiv || exit 1
|
autoreconf -fiv || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user