We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d351d commit 78e4609Copy full SHA for 78e4609
1 file changed
.github/workflows/all.yml
@@ -98,29 +98,29 @@ jobs:
98
}
99
100
libs=(
101
- "xml2",
102
- "unibreak",
103
- "fribidi",
104
- "freetype",
105
- "fontconfig",
106
- "harfbuzz",
107
- "ass",
108
- "yuv",
109
- "soundtouch",
110
- "opus",
111
- "openssl3",
112
- "dvdread",
113
- "dvdnav",
114
- "bluray",
115
- "dav1d",
116
- "uavs3d",
117
- "smb2",
118
- "webp",
119
- "ijkffmpeg",
120
- "fftutorial",
121
- "ffmpeg4",
122
- "ffmpeg5",
123
- "ffmpeg6",
+ "xml2"
+ "unibreak"
+ "fribidi"
+ "freetype"
+ "fontconfig"
+ "harfbuzz"
+ "ass"
+ "yuv"
+ "soundtouch"
+ "opus"
+ "openssl3"
+ "dvdread"
+ "dvdnav"
+ "bluray"
+ "dav1d"
+ "uavs3d"
+ "smb2"
+ "webp"
+ "ijkffmpeg"
+ "fftutorial"
+ "ffmpeg4"
+ "ffmpeg5"
+ "ffmpeg6"
124
"ffmpeg7"
125
)
126
0 commit comments