We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77362b commit 1e38559Copy full SHA for 1e38559
1 file changed
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
ffmpeg_version: ["6.1", "7.0", "7.1", "8.0"]
54
env:
55
CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG: true
56
- FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale #,postproc
+ FEATURES: avcodec,avdevice,avfilter,avformat,swresample,swscale,vulkan #,postproc
57
FFMPEG_DIR: /home/runner/work/rust-ffmpeg-sys/rust-ffmpeg-sys/ffmpeg-${{ matrix.ffmpeg_version }}-linux-clang-default
58
steps:
59
- uses: actions/checkout@v2
0 commit comments