Skip to content

Commit 7f3c8d5

Browse files
committed
Linux fix
1 parent 21f7a4c commit 7f3c8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |

build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ if build "libpng" "1.6.43"; then
867867
build_done "libpng" $CURRENT_PACKAGE_VERSION
868868
fi
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

0 commit comments

Comments
 (0)