Skip to content

Commit 95093f8

Browse files
committed
Don't invoke pacman before build.
Any pacman invocation from msys2 just hangs on ARM.
1 parent 514332f commit 95093f8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

build_ffmpeg_win.sh

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ pushd `dirname $0` > /dev/null
44
FullScriptPath=`pwd`
55
popd > /dev/null
66

7-
pacman --noconfirm -Sy
8-
pacman --noconfirm -S msys/make
9-
pacman --noconfirm -S diffutils
10-
pacman --noconfirm -S pkg-config
11-
127
cd $FullScriptPath/../nv-codec-headers
138
make PREFIX="$FullScriptPath/../local" install
149
cd $FullScriptPath/../ffmpeg

build_libvpx_win.sh

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ pushd `dirname $0` > /dev/null
44
FullScriptPath=`pwd`
55
popd > /dev/null
66

7-
pacman --noconfirm -Sy
8-
pacman --noconfirm -S msys/make
9-
pacman --noconfirm -S diffutils
10-
117
./configure --prefix=$FullScriptPath/../local \
128
--target=$TOOLCHAIN \
139
--disable-examples \

0 commit comments

Comments
 (0)