Skip to content

Commit 954d0dc

Browse files
committed
explicitly enable asm for some deps on macOS
1 parent 511740f commit 954d0dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle_scripts/deps_macos.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export LDFLAGS=" "
7272
./configure \
7373
--enable-gpl \
7474
--prefix="$_INST_" \
75-
--disable-asm \
75+
--enable-asm \
7676
--enable-pic \
7777
--disable-swscale \
7878
--disable-network \
@@ -313,6 +313,7 @@ cd x264/
313313

314314
CFLAGS="-O2 -g -fPIC" ./configure \
315315
--prefix="$_INST_" \
316+
--enable-asm \
316317
--disable-opencl \
317318
--enable-static \
318319
--disable-avs \

0 commit comments

Comments
 (0)