Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2019-08-05 19:59:44 +02:00 committed by GitHub
parent 5dde9efd53
commit 6b0d2a466d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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