We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7fd46 commit 6a1be9aCopy full SHA for 6a1be9a
2 files changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
name: macOS - build, test and lint
46
runs-on: macos-latest
47
env:
48
- DYLD_LIBRARY_PATH: /usr/local/lib:/opt/homebrew/lib
+ VAPOURSYNTH_LIB_DIR: /opt/homebrew/lib/vapoursynth
49
steps:
50
- uses: actions/checkout@v5
51
with:
rustsynth-sys/src/lib.rs
@@ -43,7 +43,6 @@ macro_rules! version {
43
};
44
}
-
pub const VAPOURSYNTH_API_VERSION: i32 =
version!(VAPOURSYNTH_API_MAJOR as i32, VAPOURSYNTH_API_MINOR as i32);
pub const VSSCRIPT_API_VERSION: i32 =
0 commit comments