mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
disable jxl jni
This commit is contained in:
Vendored
+2
-2
@@ -41,7 +41,7 @@ pipeline {
|
||||
axes {
|
||||
axis {
|
||||
name 'COMP_OPTS';
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON PACKAGE=ON'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
@@ -62,7 +62,7 @@ pipeline {
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'archlinux' }
|
||||
axis {
|
||||
name 'COMP_OPTS';
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON PACKAGE=ON'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user