Skip to content

Commit

Permalink
Fix FFmpeg compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed Jun 2, 2024
1 parent 5eedfe7 commit 8fc493a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ffmpeg-iina.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ def install
--enable-libzimg
--enable-libwebp
--enable-libjxl
--enable-libuavs3d
--disable-libjack
--disable-indev=jack
--disable-programs
]

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

system "./configure", *args
Expand Down

0 comments on commit 8fc493a

Please sign in to comment.