Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Thefrank committed May 6, 2024
1 parent 3589731 commit 5647f8c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions 7.0_buildconf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Build settings and library versions (7.0) (FreeBSD 13.1 AMD64)
| library | version |
| --- | --- |
| libavutil | 59. 8.100 / 59. 8.100 |
| libavcodec | 61. 3.100 / 61. 3.100
| libavformat | 61. 1.100 / 61. 1.100
| libavdevice | 61. 1.100 / 61. 1.100
| libavfilter | 10. 1.100 / 10. 1.100
| libswscale | 8. 1.100 / 8. 1.100
| libswresample | 5. 1.100 / 5. 1.100
| libpostproc | 58. 1.100 / 58. 1.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/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/include -I/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/include/lilv-0' --extra-cxxflags='-static -static-libstdc++' --extra-ldexeflags= --extra-ldflags=-L/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/lib --extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3' --pkgconfigdir=/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/lib/pkgconfig --pkg-config-flags=--static --prefix=/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/done/ --extra-version=

test failures:
```
--- ./tests/ref/fate/source 2024-05-04 18:33:32.000000000 -0600
+++ tests/data/fate/source 2024-05-05 01:07:17.559933017 -0600
@@ -1,28 +1,4 @@
Files without standard license headers:
-libavcodec/file_open.c
-libavcodec/ilbcdata.h
-libavcodec/ilbcdec.c
-libavcodec/interplayacm.c
-libavcodec/log2_tab.c
-libavcodec/reverse.c
-libavdevice/file_open.c
-libavdevice/reverse.c
-libavfilter/af_arnndn.c
-libavfilter/file_open.c
-libavfilter/log2_tab.c
-libavformat/file_open.c
-libavformat/golomb_tab.c
-libavformat/log2_tab.c
-libavformat/rangecoder_dec.c
-libswresample/log2_tab.c
-libswscale/log2_tab.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
-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
```

0 comments on commit 5647f8c

Please sign in to comment.