File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- name : build ffmpeg
24
24
run : |
25
25
while sleep 300; do echo "=====[ $SECONDS seconds still running ]====="; done &
26
- SKIPINSTALL=yes VERBOSE=yes ./build-ffmpeg --build --enable-gpl-and-non-free
26
+ SKIPINSTALL=yes VERBOSE=yes SKIPRAV1E=yes ./build-ffmpeg --build --enable-gpl-and-non-free
27
27
kill %1
28
28
- name : check shared library
29
29
run : |
Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ if build "libpng" "1.6.43"; then
867
867
build_done " libpng" $CURRENT_PACKAGE_VERSION
868
868
fi
869
869
870
- if build " libjxl" " 0.10.2 " ; then
870
+ if build " libjxl" " 0.10.3 " ; then
871
871
download " https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION .tar.gz" " libjxl-$CURRENT_PACKAGE_VERSION .tar.gz"
872
872
# currently needed to fix linking of static builds in non-C++ applications
873
873
sed " s/-ljxl_threads/-ljxl_threads @JPEGXL_THREADS_PUBLIC_LIBS@/g" lib/threads/libjxl_threads.pc.in > lib/threads/libjxl_threads.pc.in.patched
You can’t perform that action at this time.
0 commit comments