We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f092 commit 3e71d4eCopy full SHA for 3e71d4e
F/FFMPEG/common.jl
@@ -2,6 +2,9 @@
2
# `julia build_tarballs.jl --help` to see a usage message.
3
using BinaryBuilder, Pkg
4
5
+const YGGDRASIL_DIR = "../.."
6
+include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
7
+
8
name = "FFMPEG"
9
version_string = "8.0" # when patch number is zero, they use X.Y format
10
version = VersionNumber(version_string)
0 commit comments