Skip to content

Commit 3e3e604

Browse files
authored
Fix quotes in ffprobe configuration file
1 parent 7df1210 commit 3e3e604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffprobe.windows-x64.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Toolchain Options
33
########################################################################################################################
44
--arch=x86_64
5-
--extra-cflags="-DHAVE_UNISTD_H=0"
5+
--extra-cflags='-DHAVE_UNISTD_H=0'
66
--target-os=mingw32
77

88
########################################################################################################################

0 commit comments

Comments
 (0)