Commit Graph

472 Commits

Author SHA1 Message Date
BtbN c83db5db6a Update dependencies 2022-11-06 14:06:20 +01:00
BtbN cca0f227ac Update README.md
Closes #170
2022-11-06 13:01:12 +01:00
BtbN 81c3431e57 Enable 10 bit support for uavs3d
Closes #211
2022-11-06 12:25:08 +01:00
BtbN e7853fda68 Bump openssl 2022-11-06 01:22:37 +01:00
BtbN 3bb2b17e48 Bump ffnvcodec for master only 2022-11-06 01:21:33 +01:00
BtbN f395efe8a1 Update libxml2 2022-11-05 21:04:57 +01:00
nyanmisaka c03ab7a812 Add chromaprint
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2022-11-04 21:29:28 +01:00
nanake fd4fac0ec7 Update rubberband build options
Signed-off-by: nanake <nanake@users.noreply.github.com>
2022-11-04 21:18:55 +01:00
BtbN bbad7e7057 Don't bail on missing dockeraddin 2022-11-03 01:41:44 +01:00
BtbN fe0e366d93 Add LTO addin 2022-11-02 22:23:08 +01:00
BtbN 009c516860 Run ranlib on libvpx.a after install
libvpx strips it, which mangles the symbol index when LTO is enabled.
ranlib fixes it again.
2022-11-02 22:09:11 +01:00
BtbN ec535f414f Update base Image to Ubuntu 22.10
This has newer meson, which fixes an important LTO related issue.
2022-11-02 22:06:40 +01:00
BtbN 2f0d9dbf8b Explicitly declare toolchain tools in base image 2022-11-02 22:02:09 +01:00
BtbN 1f74f0a60a Consolidate/clean up meson and cmake toolchain files 2022-11-02 21:53:03 +01:00
BtbN 782f731350 Add function for addins to generate Dockerfile header 2022-11-02 21:50:05 +01:00
BtbN 41079cb7bf Reduce duplication of toolchain name a bit 2022-10-31 21:47:07 +01:00
BtbN 18e540f47d Enable OpenAL for master builds 2022-10-31 20:44:20 +01:00
BtbN 768ded56fa Fix x/davs2 configure for recent binutils+gcc 2022-10-30 21:42:44 +01:00
BtbN cf6565ec66 Disable unused libvpx unit-tests 2022-10-30 21:42:22 +01:00
BtbN e768af40fb Enable gcc LTO optimization 2022-10-30 17:50:30 +01:00
BtbN f5cf1599d6 Update OpenSSL 2022-10-30 01:27:14 +02:00
BtbN 6f44be6038 Add missing OpenAL dependency to its .pc file 2022-10-29 19:19:28 +02:00
BtbN 7028cb01c4 Add OpenAL
Needs fixes to ffmpeg configure before it can be enabled
2022-10-29 18:50:06 +02:00
BtbN 1896b0d138 Fix another use of deprecated set-output 2022-10-26 14:19:55 +02:00
mrintrepide ef36e7e00d Enable AVX512 support for SVT-AV1 2022-10-24 14:12:41 +02:00
mrintrepide 86e25e0657 Update SVT-AV1 to v1.3.0 2022-10-24 14:12:41 +02:00
BtbN 2c3417550c Fix mfx disabling logic 2022-10-24 14:04:17 +02:00
BtbN 8fff2b2a8e Switch to onevpl by default
Closes #182
2022-10-23 22:06:09 +02:00
BtbN f83799c36f Fix build of old glibc with default-pie gcc 2022-10-23 21:52:56 +02:00
BtbN 869e257511 Increase ct-ng log level 2022-10-23 21:52:56 +02:00
BtbN b6b1d68d83 Revert "Bump linux64 minimum toolchain version"
This reverts commit 37f2a44634.
2022-10-23 19:20:49 +02:00
BtbN 37f2a44634 Bump linux64 minimum toolchain version
The old-old stuff finally started breaking things
2022-10-23 18:17:12 +02:00
BtbN 15babf288b Bump zlib 2022-10-23 17:17:33 +02:00
BtbN 5bd1b6a1e1 Bump ct-ng configs 2022-10-23 17:16:34 +02:00
BtbN ce62fe2fee Fix use of deprecated set-output 2022-10-23 02:51:12 +02:00
BtbN 3b673c5169 Rename clashing but exported internal libass symbol 2022-10-19 23:33:57 +02:00
BtbN 36f1ff77a4 Disable Debug for mp3lame
c9e146e787

Closes #198
2022-10-10 13:12:36 +02:00
BtbN bce41a5cce Disable liblzma/xz symbol versioning
Does not make a whole lot of sense for static builds to begin with,
and since 913ddc5572
it's outright broken for unknown reasons:

ld: libavcodec/libavcodec.so.59: version node not found for symbol lzma_get_progress@XZ_5.2.2
ld: failed to set dynamic section sizes: bad value
2022-10-06 14:33:36 +02:00
BtbN 17c294f25c Fix libplacebo build 2022-10-06 01:11:36 +02:00
BtbN 22440fc549 Update dependencies 2022-10-06 00:40:44 +02:00
BtbN 8bc793644e Fix rust cross-build. Again. 2022-09-12 23:47:09 +02:00
BtbN 7bb9176330 Fix rust build some more 2022-09-12 22:46:28 +02:00
BtbN bd13b3b07d Windows fix breaks Linux-Build 2022-09-12 21:43:10 +02:00
BtbN 7d31bb2d06 Fix building latest rav1e 2022-09-12 21:27:14 +02:00
nanake 7689f421fd libssh: remove workaround
fixed as https://git.libssh.org/projects/libssh.git/commit/?id=17aec429f539517468446191e3da91df40e352d1

Signed-off-by: nanake <nanake@users.noreply.github.com>
2022-09-04 16:27:06 +02:00
BtbN 9210cc598d Add incremenal backoff and random delay to retry tool 2022-09-02 14:26:23 +02:00
BtbN be519d8dc5 Update libdrm meson options 2022-09-01 19:22:44 +02:00
BtbN 0c02e8fe66 Rav1e still broken, revert update 2022-09-01 16:04:48 +02:00
BtbN d7fe570326 Update dependencies 2022-09-01 15:49:07 +02:00
ZaquL c9a6797b95
Bump uavs3d version
Old commit has been removed from history
2022-08-31 20:11:10 +02:00