-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
## Build settings and library versions (6.0) (FreeBSD 13.1 AMD64) | ||
|
||
| library | version | | ||
| --- | --- | | ||
| libavutil | 58. 2.100 / 58. 2.100 | | ||
| libavcodec | 60. 3.100 / 60. 3.100 | ||
| libavformat | 60. 3.100 / 60. 3.100 | ||
| libavdevice | 60. 1.100 / 60. 1.100 | ||
| libavfilter | 9. 3.100 / 9. 3.100 | ||
| libswscale | 7. 1.100 / 7. 1.100 | ||
| libswresample | 4. 10.100 / 4. 10.100 | ||
| libpostproc | 57. 1.100 / 57. 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-libtwolame | ||
--enable-libspeex | ||
--enable-lv2 | ||
--enable-libtheora | ||
--enable-librubberband | ||
--enable-libgme | ||
--enable-libwebp | ||
--enable-libzmq | ||
--enable-libfribidi | ||
--enable-libfontconfig | ||
--enable-libfreetype | ||
--enable-libass | ||
--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 -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=6.0 | ||
|
||
Test failures (if any): | ||
``` | ||
--- ./tests/ref/fate/source 2023-02-27 13:43:45.000000000 -0700 | ||
+++ tests/data/fate/source 2023-05-13 17:40:02.163357872 -0600 | ||
@@ -1,27 +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 | ||
-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: | ||
Test source failed. Look at tests/data/fate/source.err for details. | ||
``` |