Skip to content

Commit 0737dca

Browse files
committed
Add 7.1
1 parent dfa3a0c commit 0737dca

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

7.1_buildconf.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
## Build settings and library versions (7.1) (FreeBSD 14.1 AMD64)
2+
| library | version |
3+
| --- | --- |
4+
|libavutil | 59. 39.100 / 59. 39.100|
5+
|libavcodec | 61. 19.100 / 61. 19.100
6+
|libavformat | 61. 7.100 / 61. 7.100
7+
|libavdevice | 61. 3.100 / 61. 3.100
8+
|libavfilter | 10. 4.100 / 10. 4.100
9+
|libswscale | 8. 3.100 / 8. 3.100
10+
|libswresample | 5. 3.100 / 5. 3.100
11+
|libpostproc | 58. 3.100 / 58. 3.100
12+
13+
configuration:
14+
--enable-gpl
15+
--enable-gmp
16+
--enable-gnutls
17+
--enable-libdav1d
18+
--enable-libsvtav1
19+
--enable-librav1e
20+
--enable-libvmaf
21+
--enable-libx264
22+
--enable-chromaprint
23+
--enable-libx265
24+
--enable-libvpx
25+
--enable-libxvid
26+
--enable-libvidstab
27+
--enable-libaom
28+
--enable-libzimg
29+
--enable-libmodplug
30+
--enable-libsoxr
31+
--enable-libmysofa
32+
--enable-lv2
33+
--enable-libopencore_amrnb
34+
--enable-libopencore_amrwb
35+
--enable-libmp3lame
36+
--enable-libopus
37+
--enable-libvorbis
38+
--enable-libtheora
39+
--enable-libtwolame
40+
--enable-libspeex
41+
--enable-librubberband
42+
--enable-libgme
43+
--enable-libwebp
44+
--enable-libzmq
45+
--enable-libfreetype
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=7.1
71+
72+
Test failures:
73+
```
74+
--- ./tests/ref/fate/source 2024-09-29 16:47:04.000000000 +0000
75+
+++ tests/data/fate/source 2024-11-02 18:50:23.802137000 +0000
76+
@@ -1,31 +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/file_open.c
90+
-libavformat/golomb_tab.c
91+
-libavformat/log2_tab.c
92+
-libavformat/rangecoder_dec.c
93+
-libavformat/riscv/cpu_common.c
94+
-libswresample/log2_tab.c
95+
-libswscale/log2_tab.c
96+
-libswscale/riscv/cpu_common.c
97+
-tools/uncoded_frame.c
98+
-tools/yuvcmp.c
99+
Headers without standard inclusion guards:
100+
-compat/djgpp/math.h
101+
-compat/float/float.h
102+
-compat/float/limits.h
103+
-compat/stdbit/stdbit.h
104+
-libavcodec/bitstream_template.h
105+
-tools/decode_simple.h
106+
Use of av_clip() where av_clip_uintp2() could be used:
107+
Use of av_clip() where av_clip_intp2() could be used:
108+
threads=1
109+
```

0 commit comments

Comments
 (0)