Skip to content

Commit db74880

Browse files
committed
libgstlibav deps
1 parent ff78120 commit db74880

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.github/workflows/build.yml

+21-3
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
6464
- name: Echo Libs [DEBUG]
6565
run: |
66-
echo "Brew Libs\n========="
66+
echo "Brew Libs"
6767
ls $(brew --prefix)/lib
6868
69-
echo "FFmpeg Libs\n==========="
69+
echo "FFmpeg Libs"
7070
ls $(brew --prefix ffmpeg@6)/lib
7171
72-
echo "GStreamer Libs\n=============="
72+
echo "GStreamer Libs"
7373
ls $(brew --prefix gstreamer)/lib/gstreamer-1.0
7474
7575
- name: Add bison & cx-llvm to $PATH
@@ -249,20 +249,38 @@ jobs:
249249
"libidn2.0"
250250
"libintl.8"
251251
"libjpeg.8"
252+
"libjxl.0.10"
253+
"libjxl_threads.0.10"
252254
"libMoltenVK"
253255
"libnettle.8"
256+
"libogg.0"
257+
"libopenvino.2410"
258+
"libopenvino_c.2410"
259+
"libopenvino_onnx_frontend.2410"
260+
"libopenvino_paddle_frontend.2410"
261+
"libopenvino_pytorch_frontend.2410"
262+
"libopenvino_tensorflow_frontend.2410"
263+
"libopenvino_tensorflow_lite_frontend.2410"
254264
"liborc-0.4.0"
255265
"libp11-kit.0"
256266
"libpcre2-8.0"
257267
"libpng16.16"
268+
"librist.4"
269+
"librubberband.2"
258270
"libSDL2-2.0.0"
259271
"libtasn1.6"
260272
"libunistring.5"
273+
"libvorbis.0"
274+
"libvorbisenc.2"
261275
"libvpx.8"
276+
"libwebp.7"
277+
"libwebpmux.3"
262278
"libXau.6"
263279
"libXdmcp.6"
264280
"libX11.6"
265281
"libX11-xcb.1"
282+
"libx264.164"
283+
"libx265.209"
266284
"libxcb.1"
267285
)
268286

WhiskyWineVersion.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>minor</key>
1212
<integer>3</integer>
1313
<key>patch</key>
14-
<integer>2</integer>
14+
<integer>3</integer>
1515
<key>preRelease</key>
1616
<string></string>
1717
</dict>

0 commit comments

Comments
 (0)