Skip to content

Commit ecb751a

Browse files
authored
update README.md for 4.4
1 parent 0017a19 commit ecb751a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ Build hints from [here](https://github.com/zimbatm/ffmpeg-static) and [here](htt
77
# WHY?! Statically Linking is generally a Bad Idea(tm)!
88
node packages *REALLY* like statically linked FFMPEG so here we are
99

10-
## Build settings and library versions
11-
--disable-ffplay --enable-gpl --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libass --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libsoxr --enable-libvidstab --enable-libopenjpeg --enable-libzimg --enable-libwebp --enable-libvorbis --enable-libspeex --enable-libxvid --enable-libvmaf --enable-libzmq --enable-libaom --enable-libzvbi --enable-libdav1d --enable-libsnappy --enable-libmodplug --enable-libtheora --enable-libtwolame --enable-libmysofa --enable-libbluray --enable-libgme --enable-libgsm --enable-librubberband --enable-fontconfig --enable-runtime-cpudetect --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
10+
## Build settings and library versions (4.4)
11+
--enable-static --disable-shared --disable-ffplay --enable-gpl --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libass --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libsoxr --enable-libvidstab --enable-libopenjpeg --enable-libzimg --enable-libwebp --enable-libvorbis --enable-libspeex --enable-libxvid --enable-libvmaf --enable-libzmq --enable-libaom --enable-libzvbi --enable-libdav1d --enable-libsnappy --enable-libmodplug --enable-libtheora --enable-libtwolame --enable-libmysofa --enable-libbluray --enable-libgme --enable-libgsm --enable-librubberband --enable-fontconfig --enable-runtime-cpudetect --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
1212

1313
other libraries:
1414

1515
| library | version |
1616
| --- | --- |
17-
| libavutil | 56. 72.100 / 56. 72.100 |
18-
| libavcodec | 58.135.100 / 58.135.100
19-
| libavformat | 58. 77.100 / 58. 77.100
20-
| libavdevice | 58. 14.100 / 58. 14.100
21-
| libavfilter | 7.111.100 / 7.111.100
22-
| libswscale | 5. 10.100 / 5. 10.100
23-
| libswresample | 3. 10.100 / 3. 10.100
24-
| libpostproc | 55. 10.100 / 55. 10.100
17+
| libavutil | 56. 70.100 / 56. 70.100 |
18+
| libavcodec | 58.134.100 / 58.134.100
19+
| libavformat | 58. 76.100 / 58. 76.100
20+
| libavdevice | 58. 13.100 / 58. 13.100
21+
| libavfilter | 7.110.100 / 7.110.100
22+
| libswscale | 5. 9.100 / 5. 9.100
23+
| libswresample | 5. 9.100 / 5. 9.100
24+
| libpostproc | 55. 9.100 / 55. 9.100
2525

2626
# Updates
2727

0 commit comments

Comments
 (0)