ffmpeg: Add dl syslinks (#4255)

#4254
pull/4259/head
Jérôme Leclercq 6 months ago committed by GitHub
parent a03d92e33f
commit 51cfa4ecf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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")

Loading…
Cancel
Save