Skip to content

Commit 09f162b

Browse files
committed
Update README.md
1 parent 4f57c1e commit 09f162b

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
[![Build FFmpeg](https://github.com/System233/ffmpeg-builds/actions/workflows/build.yml/badge.svg)](https://github.com/System233/ffmpeg-builds/actions/workflows/build.yml)
44

5-
## Notes
6-
- Only ffmpeg and ffprobe, no ffplay
7-
- Arch supports x64,x86,arm,arm64
5+
Build results: [Download](https://github.com/System233/ffmpeg-msvc-prebuilt/releases)
86

7+
## Build Info
8+
9+
- Binaries: Now includes ffmpeg, ffplay and ffprobe executable files, as well as related header files and lib.
10+
- Arch support: x64, x86, ⚠arm and arm64 (since most runners in Github Action do not have Windows arm SDK, arm builds are not 100% successful).
11+
- Linker: static, shared
12+
- License: GPLv3, LGPLv2.1
13+
14+
## Enabled dependencies
15+
16+
- freetype2 (filter)
17+
- harfbuzz (filter)
18+
- libjxl (jxl,exr)
19+
- SDL2 (ffplay)
20+
- zlib (libpng,png/apng)

build-ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
if [ $BUILD_LICENSE == "gpl" ]; then
2323
LICENSE_ARGS="--enable-gpl --enable-version3"
2424
fi
25-
CFLAGS="$CFLAGS -I${SRC_DIR}/compat/stdbit -D_WIN32=1 -DHAVE_UNISTD_H=0"
25+
CFLAGS="$CFLAGS -I${SRC_DIR}/compat/stdbit"
2626
EX_BUILD_ARGS="$TYPE_ARGS $CROSS_ARGS $LICENSE_ARGS"
2727

2828
./configure --toolchain=msvc --arch=$BUILD_ARCH $EX_BUILD_ARGS $@

0 commit comments

Comments
 (0)