Skip to content

Commit d91fe87

Browse files
authored
Add files via upload
1 parent 0737dca commit d91fe87

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

8.0_buildconf.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
## Build settings and library versions (8.0) (FreeBSD 14.3 AMD64)
2+
| library | version |
3+
| --- | --- |
4+
| libavutil | 60. 8.100 / 60. 8.100|
5+
| libavcodec | 62. 11.100 / 62. 11.100
6+
| libavformat | 62. 3.100 / 62. 3.100
7+
| libavdevice | 62. 1.100 / 62. 1.100
8+
| libavfilter | 11. 4.100 / 11. 4.100
9+
| libswscale | 9. 1.100 / 9. 1.100
10+
| libswresample | 6. 1.100 / 6. 1.100
11+
12+
configuration:
13+
--enable-gpl
14+
--enable-gmp
15+
--enable-gnutls
16+
--enable-libdav1d
17+
--enable-libsvtav1
18+
--enable-librav1e
19+
--enable-libvmaf
20+
--enable-libx264
21+
--enable-chromaprint
22+
--enable-libx265
23+
--enable-libvpx
24+
--enable-libxvid
25+
--enable-libvidstab
26+
--enable-libaom
27+
--enable-libzimg
28+
--enable-libmodplug
29+
--enable-libsoxr
30+
--enable-libmysofa
31+
--enable-lv2
32+
--enable-libopencore_amrnb
33+
--enable-libopencore_amrwb
34+
--enable-libmp3lame
35+
--enable-libopus
36+
--enable-libvorbis
37+
--enable-libtheora
38+
--enable-libtwolame
39+
--enable-libspeex
40+
--enable-librubberband
41+
--enable-libgme
42+
--enable-libwebp
43+
--enable-libzmq
44+
--enable-libfreetype
45+
--enable-vapoursynth
46+
--enable-libfribidi
47+
--enable-libharfbuzz
48+
--enable-libfontconfig
49+
--enable-libass
50+
--enable-libsrt
51+
--enable-runtime-cpudetect
52+
--cc=cc
53+
--cxx=cpp
54+
--disable-ffplay
55+
--disable-debug
56+
--disable-doc
57+
--disable-shared
58+
--enable-pthreads
59+
--enable-static
60+
--enable-small
61+
--enable-version3
62+
--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'
63+
--extra-cxxflags='-static -static-libstdc++'
64+
--extra-ldexeflags=
65+
--extra-ldflags=-L/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib
66+
--extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3'
67+
--pkgconfigdir=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/lib/pkgconfig
68+
--pkg-config-flags=--static
69+
--prefix=/home/azureagent/vsts/_work/5/s/FFmpeg/workspace/done/
70+
--extra-version=8.0
71+
72+
Test failures:
73+
```
74+
--- ./tests/ref/fate/source 2025-08-21 23:57:24.000000000 +0000
75+
+++ tests/data/fate/source 2025-11-14 19:35:04.106046000 +0000
76+
@@ -1,34 +1,4 @@
77+
Files without standard license headers:
78+
-libavcodec/file_open.c
79+
-libavcodec/interplayacm.c
80+
-libavcodec/log2_tab.c
81+
-libavcodec/reverse.c
82+
-libavcodec/riscv/cpu_common.c
83+
-libavdevice/file_open.c
84+
-libavdevice/reverse.c
85+
-libavdevice/riscv/cpu_common.c
86+
-libavfilter/file_open.c
87+
-libavfilter/log2_tab.c
88+
-libavfilter/riscv/cpu_common.c
89+
-libavformat/cbs.c
90+
-libavformat/cbs_apv.c
91+
-libavformat/cbs_av1.c
92+
-libavformat/file_open.c
93+
-libavformat/golomb_tab.c
94+
-libavformat/log2_tab.c
95+
-libavformat/rangecoder_dec.c
96+
-libavformat/riscv/cpu_common.c
97+
-libswresample/log2_tab.c
98+
-libswscale/log2_tab.c
99+
-libswscale/riscv/cpu_common.c
100+
-tools/uncoded_frame.c
101+
-tools/yuvcmp.c
102+
Headers without standard inclusion guards:
103+
-compat/djgpp/math.h
104+
-compat/float/float.h
105+
-compat/float/limits.h
106+
-compat/stdbit/stdbit.h
107+
-libavcodec/bitstream_template.h
108+
-tools/decode_simple.h
109+
Use of av_clip() where av_clip_uintp2() could be used:
110+
Use of av_clip() where av_clip_intp2() could be used:
111+
threads=1
112+
```

0 commit comments

Comments
 (0)