Skip to content

Commit 7df1210

Browse files
authored
Add configuration for ffprobe on Windows ARM64
1 parent aca2929 commit 7df1210

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

ffprobe.windows-arm64.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
########################################################################################################################
2+
### Toolchain Options
3+
########################################################################################################################
4+
--arch=aarch64
5+
--extra-cflags='-DHAVE_UNISTD_H=0'
6+
--target-os=mingw32
7+
8+
########################################################################################################################
9+
### Optimization Options
10+
########################################################################################################################
11+
--enable-asm
12+
--disable-x86asm
13+
--enable-neon

0 commit comments

Comments
 (0)