ソースを参照

ffmpeg: Add dl syslinks (#4255)

#4254
Jérôme Leclercq 1 年間 前
コミット
51cfa4ecf9
1 ファイル変更2 行追加2 行削除
  1. 2 2
      packages/f/ffmpeg/xmake.lua

+ 2 - 2
packages/f/ffmpeg/xmake.lua

@@ -57,9 +57,9 @@ package("ffmpeg")
             add_frameworks("AudioToolbox")
         end
     elseif is_plat("linux") then
-        add_syslinks("pthread")
+        add_syslinks("dl", "pthread")
     elseif is_plat("android") then
-        add_syslinks("android")
+        add_syslinks("dl", "android")
     end
 
     add_deps("nasm")