Update build_tc.sh
This commit is contained in:
parent
5dde9efd53
commit
6b0d2a466d
@ -32,7 +32,10 @@ function compile {
|
||||
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
|
||||
if [[ ! -f "configure" ]]; then
|
||||
autoreconf -fiv || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user