@@ -5,23 +5,23 @@ Patches are made from [these](https://www.freshports.org/multimedia/ffmpeg/)
55Build hints from [ here] ( https://github.com/zimbatm/ffmpeg-static ) and [ here] ( https://github.com/markus-perl/ffmpeg-build-script )
66
77# WHY?! Statically Linking is generally a Bad Idea(tm)!
8- node packages * REALLY* like statically linked FFMPEG so here we are
8+ Yes, but node packages * REALLY* like statically linked FFMPEG and FreeBSD is pretty decent with symbol versioning so we can have this.
99
10- ## Build settings and library versions (4.4 .1)
10+ ## Build settings and library versions (5 .1)
1111--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
1313other libraries:
1414
1515| library | version |
1616| --- | --- |
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
17+ | libavutil | 57. 28 .100 / 57. 28 .100 |
18+ | libavcodec | 59. 37 .100 / 59. 37 .100
19+ | libavformat | 59. 27 .100 / 59. 27 .100
20+ | libavdevice | 59.7 .100 / 59.7 .100
21+ | libavfilter | 8. 44 .100 / 8. 44 .100
22+ | libswscale | 6 . 7 .100 / 6 . 7 .100
23+ | libswresample | 4 . 7 .100 / 4 . 7 .100
24+ | libpostproc | 56 . 6 .100 / 56 . 6 .100
2525
2626not used:
2727--enable-libvo-amrwbenc (very old, opencore likely better)
0 commit comments