Skip to content

Commit 602bbb7

Browse files
committed
try to force static linking
1 parent 48330ae commit 602bbb7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ffmpeg.windows-arm64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
########################################################################################################################
44
--arch=aarch64
55
--extra-cflags='-DHAVE_UNISTD_H=0'
6+
--extra-ldflags=-static
67
--target-os=mingw32
78

89
########################################################################################################################

ffmpeg.windows-x64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
########################################################################################################################
44
--arch=x86_64
55
--extra-cflags='-DHAVE_UNISTD_H=0'
6+
--extra-ldflags=-static
67
--target-os=mingw32
78

89
########################################################################################################################

0 commit comments

Comments
 (0)