diff --git a/7.1_buildconf.md b/7.1_buildconf.md new file mode 100644 index 0000000..bcc78f4 --- /dev/null +++ b/7.1_buildconf.md @@ -0,0 +1,109 @@ + ## Build settings and library versions (7.1) (FreeBSD 14.1 AMD64) +| library | version | +| --- | --- | +|libavutil | 59. 39.100 / 59. 39.100| +|libavcodec | 61. 19.100 / 61. 19.100 +|libavformat | 61. 7.100 / 61. 7.100 +|libavdevice | 61. 3.100 / 61. 3.100 +|libavfilter | 10. 4.100 / 10. 4.100 +|libswscale | 8. 3.100 / 8. 3.100 +|libswresample | 5. 3.100 / 5. 3.100 +|libpostproc | 58. 3.100 / 58. 3.100 + + configuration: + --enable-gpl + --enable-gmp + --enable-gnutls + --enable-libdav1d + --enable-libsvtav1 + --enable-librav1e + --enable-libvmaf + --enable-libx264 + --enable-chromaprint + --enable-libx265 + --enable-libvpx + --enable-libxvid + --enable-libvidstab + --enable-libaom + --enable-libzimg + --enable-libmodplug + --enable-libsoxr + --enable-libmysofa + --enable-lv2 + --enable-libopencore_amrnb + --enable-libopencore_amrwb + --enable-libmp3lame + --enable-libopus + --enable-libvorbis + --enable-libtheora + --enable-libtwolame + --enable-libspeex + --enable-librubberband + --enable-libgme + --enable-libwebp + --enable-libzmq + --enable-libfreetype + --enable-libfribidi + --enable-libharfbuzz + --enable-libfontconfig + --enable-libass + --enable-libsrt + --enable-runtime-cpudetect + --cc=cc + --cxx=cpp + --disable-ffplay + --disable-debug + --disable-doc + --disable-shared + --enable-pthreads + --enable-static + --enable-small + --enable-version3 + --extra-cflags='-static -I/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/include -I/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/include/lilv-0' + --extra-cxxflags='-static -static-libstdc++' + --extra-ldexeflags= + --extra-ldflags=-L/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib + --extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3' + --pkgconfigdir=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib/pkgconfig + --pkg-config-flags=--static + --prefix=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/done/ + --extra-version=7.1 + +Test failures: +``` +--- ./tests/ref/fate/source 2024-09-29 16:47:04.000000000 +0000 ++++ tests/data/fate/source 2024-11-02 18:50:23.802137000 +0000 +@@ -1,31 +1,4 @@ + Files without standard license headers: +-libavcodec/file_open.c +-libavcodec/interplayacm.c +-libavcodec/log2_tab.c +-libavcodec/reverse.c +-libavcodec/riscv/cpu_common.c +-libavdevice/file_open.c +-libavdevice/reverse.c +-libavdevice/riscv/cpu_common.c +-libavfilter/file_open.c +-libavfilter/log2_tab.c +-libavfilter/riscv/cpu_common.c +-libavformat/file_open.c +-libavformat/golomb_tab.c +-libavformat/log2_tab.c +-libavformat/rangecoder_dec.c +-libavformat/riscv/cpu_common.c +-libswresample/log2_tab.c +-libswscale/log2_tab.c +-libswscale/riscv/cpu_common.c +-tools/uncoded_frame.c +-tools/yuvcmp.c + Headers without standard inclusion guards: +-compat/djgpp/math.h +-compat/float/float.h +-compat/float/limits.h +-compat/stdbit/stdbit.h +-libavcodec/bitstream_template.h +-tools/decode_simple.h + Use of av_clip() where av_clip_uintp2() could be used: + Use of av_clip() where av_clip_intp2() could be used: + threads=1 + ``` \ No newline at end of file