File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ apply-patch harfbuzz harfbuzz.patch
111111
112112if [ -n " $ENABLE_LIBVPX " ]; then
113113 case $BUILD_ARCH in
114- amd64) target =x86_64-win64-vs17 ;;
115- x86) target =x86-win32-vs17 ;;
116- arm) target =armv7-win32-vs17 ;;
117- arm64) target =arm64-win64-vs17 ;;
114+ amd64) libvpx_target =x86_64-win64-vs17 ;;
115+ x86) libvpx_target =x86-win32-vs17 ;;
116+ arm) libvpx_target =armv7-win32-vs17 ;;
117+ arm64) libvpx_target =arm64-win64-vs17 ;;
118118 esac
119119
120120 if [ " $BUILD_TYPE " == " static" ]; then
121121 LIBVPX_ARGS=" --enable-static-msvcrt"
122122 fi
123123 apply-patch libvpx libvpx.patch
124- AR=lib ARFLAGS= CC=cl CXX=cl LD=link STRIP=false ./build-make-dep.sh libvpx --target=$target --as=yasm --disable-optimizations --disable-dependency-tracking --disable-runtime-cpu-detect --disable-thumb --disable-neon --enable-external-build $LIBVPX_ARGS
124+ AR=lib ARFLAGS= CC=cl CXX=cl LD=link STRIP=false ./build-make-dep.sh libvpx --target=$libvpx_target --as=yasm --disable-optimizations --disable-dependency-tracking --disable-runtime-cpu-detect --disable-thumb --disable-neon --enable-external-build $LIBVPX_ARGS
125125 FF_ARGS=--enable-libvpx
126126fi
127127./build-ffmpeg.sh FFmpeg $FF_ARGS
You can’t perform that action at this time.
0 commit comments