Skip to content

Commit

Permalink
Remove --enable-libjxl
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed Jun 4, 2024
1 parent 4d2e28f commit f2f2075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ffmpeg-iina.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ def install
--enable-libzmq
--enable-libzimg
--enable-libwebp
--enable-libjxl
--disable-libjack
--disable-indev=jack
--disable-programs
]
# --enable-libjxl


args << "--enable-neon" if Hardware::CPU.arm?
args << "--cc=#{ENV.cc}" if Hardware::CPU.intel?
Expand Down

0 comments on commit f2f2075

Please sign in to comment.