Skip to content

Commit 87e4d1c

Browse files
committed
manylinux: use --disable-asm to eliminate all non-PIC assembly in FFmpeg
1 parent 2d48933 commit 87e4d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/manylinux/build_static_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd "ffmpeg-${FFMPEG_VERSION}"
3838
--enable-static \
3939
--disable-shared \
4040
--enable-pic \
41-
--disable-x86asm \
41+
--disable-asm \
4242
--disable-doc \
4343
--disable-programs \
4444
--disable-debug \

0 commit comments

Comments
 (0)