From 8fc493a7999691d46909a816b42ecb25d23fc5bc Mon Sep 17 00:00:00 2001 From: Yuze Jiang Date: Sun, 2 Jun 2024 00:01:28 -0700 Subject: [PATCH] Fix FFmpeg compile error --- ffmpeg-iina.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffmpeg-iina.rb b/ffmpeg-iina.rb index 060b6a2..9f1e776 100644 --- a/ffmpeg-iina.rb +++ b/ffmpeg-iina.rb @@ -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