Skip to content

Commit 53e94d2

Browse files
authored
Add files via upload
1 parent d14110d commit 53e94d2

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

6.0_buildconf.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
## Build settings and library versions (6.0) (FreeBSD 13.1 AMD64)
2+
3+
| library | version |
4+
| --- | --- |
5+
| libavutil | 58. 2.100 / 58. 2.100 |
6+
| libavcodec | 60. 3.100 / 60. 3.100
7+
| libavformat | 60. 3.100 / 60. 3.100
8+
| libavdevice | 60. 1.100 / 60. 1.100
9+
| libavfilter | 9. 3.100 / 9. 3.100
10+
| libswscale | 7. 1.100 / 7. 1.100
11+
| libswresample | 4. 10.100 / 4. 10.100
12+
| libpostproc | 57. 1.100 / 57. 1.100
13+
14+
configuration:
15+
--enable-gpl
16+
--enable-gmp
17+
--enable-gnutls
18+
--enable-libdav1d
19+
--enable-libsvtav1
20+
--enable-librav1e
21+
--enable-libvmaf
22+
--enable-libx264
23+
--enable-chromaprint
24+
--enable-libx265
25+
--enable-libvpx
26+
--enable-libxvid
27+
--enable-libvidstab
28+
--enable-libaom
29+
--enable-libzimg
30+
--enable-libmodplug
31+
--enable-libsoxr
32+
--enable-libmysofa
33+
--enable-lv2
34+
--enable-libopencore_amrnb
35+
--enable-libopencore_amrwb
36+
--enable-libmp3lame
37+
--enable-libopus
38+
--enable-libvorbis
39+
--enable-libtwolame
40+
--enable-libspeex
41+
--enable-lv2
42+
--enable-libtheora
43+
--enable-librubberband
44+
--enable-libgme
45+
--enable-libwebp
46+
--enable-libzmq
47+
--enable-libfribidi
48+
--enable-libfontconfig
49+
--enable-libfreetype
50+
--enable-libass
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/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/include -I/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/include/lilv-0 -I/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/include/lilv-0'
63+
--extra-cxxflags='-static -static-libstdc++'
64+
--extra-ldexeflags=
65+
--extra-ldflags=-L/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/lib
66+
--extra-libs='-static -lc++ -ldl -lpthread -lm -lmd -lz -lfftw3'
67+
--pkgconfigdir=/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/lib/pkgconfig
68+
--pkg-config-flags=--static
69+
--prefix=/usr/home/azureagent/vsts/_work/1/s/FFmpeg/workspace/done/
70+
--extra-version=6.0
71+
72+
Test failures (if any):
73+
```
74+
--- ./tests/ref/fate/source 2023-02-27 13:43:45.000000000 -0700
75+
+++ tests/data/fate/source 2023-05-13 17:40:02.163357872 -0600
76+
@@ -1,27 +1,4 @@
77+
Files without standard license headers:
78+
-libavcodec/file_open.c
79+
-libavcodec/ilbcdata.h
80+
-libavcodec/ilbcdec.c
81+
-libavcodec/interplayacm.c
82+
-libavcodec/log2_tab.c
83+
-libavcodec/reverse.c
84+
-libavdevice/file_open.c
85+
-libavdevice/reverse.c
86+
-libavfilter/af_arnndn.c
87+
-libavfilter/file_open.c
88+
-libavfilter/log2_tab.c
89+
-libavformat/file_open.c
90+
-libavformat/golomb_tab.c
91+
-libavformat/log2_tab.c
92+
-libswresample/log2_tab.c
93+
-libswscale/log2_tab.c
94+
-tools/uncoded_frame.c
95+
-tools/yuvcmp.c
96+
Headers without standard inclusion guards:
97+
-compat/djgpp/math.h
98+
-compat/float/float.h
99+
-compat/float/limits.h
100+
-libavcodec/bitstream_template.h
101+
-tools/decode_simple.h
102+
Use of av_clip() where av_clip_uintp2() could be used:
103+
Use of av_clip() where av_clip_intp2() could be used:
104+
Test source failed. Look at tests/data/fate/source.err for details.
105+
106+
```

0 commit comments

Comments
 (0)