Skip to content

Commit 6874e62

Browse files
committed
explicitly enable asm for some deps on windows
1 parent 0fadf13 commit 6874e62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle_scripts/deps_win.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ cd *mpeg*/
7272
./configure --arch="$ARCH" \
7373
--enable-gpl \
7474
--prefix="$_INST_" \
75+
--enable-asm \
7576
--target-os="mingw32" \
7677
--cross-prefix="$ARCH-w64-mingw32-" \
7778
--pkg-config="pkg-config" \
@@ -284,6 +285,7 @@ cd x264/
284285
export CXXFLAGS=${CXXFLAGS_ADDON}
285286
export CFLAGS=${CFLAGS_ADDON}
286287
CROSS="$ARCH-w64-mingw32-" ./configure --host="$ARCH-w64-mingw32" \
288+
--enable-asm \
287289
--prefix="$_INST_" \
288290
--disable-opencl \
289291
--enable-static \

0 commit comments

Comments
 (0)