File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : build ffmpeg
2424 run : |
2525 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
2727 kill %1
2828 - name : check shared library
2929 run : |
Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ if build "libpng" "1.6.43"; then
867867 build_done " libpng" $CURRENT_PACKAGE_VERSION
868868fi
869869
870- if build " libjxl" " 0.10.2 " ; then
870+ if build " libjxl" " 0.10.3 " ; then
871871 download " https://github.com/libjxl/libjxl/archive/refs/tags/v$CURRENT_PACKAGE_VERSION .tar.gz" " libjxl-$CURRENT_PACKAGE_VERSION .tar.gz"
872872# currently needed to fix linking of static builds in non-C++ applications
873873 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