Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: disable libjxl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Feb 28, 2024
1 parent a75c8ff commit 2224949
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ffmpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ ExternalProject_Add(ffmpeg
vorbis
libxml2
libvpl
libjxl
mbedtls
libplacebo
GIT_REPOSITORY https://github.com/FFmpeg/FFmpeg.git
SOURCE_DIR ${SOURCE_LOCATION}
GIT_TAG ea3d24bbe3c58b171e55fe2151fc7ffaca3ab3d2
Expand Down Expand Up @@ -82,8 +80,8 @@ ExternalProject_Add(ffmpeg

--enable-mbedtls

--enable-libjxl
--enable-libplacebo
--disable-libjxl
--disable-libplacebo

--enable-avutil
--enable-avcodec
Expand Down

0 comments on commit 2224949

Please sign in to comment.