Skip to content

Commit

Permalink
libgstlibav deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 14, 2024
1 parent ff78120 commit db74880
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
- name: Echo Libs [DEBUG]
run: |
echo "Brew Libs\n========="
echo "Brew Libs"
ls $(brew --prefix)/lib
echo "FFmpeg Libs\n==========="
echo "FFmpeg Libs"
ls $(brew --prefix ffmpeg@6)/lib
echo "GStreamer Libs\n=============="
echo "GStreamer Libs"
ls $(brew --prefix gstreamer)/lib/gstreamer-1.0
- name: Add bison & cx-llvm to $PATH
Expand Down Expand Up @@ -249,20 +249,38 @@ jobs:
"libidn2.0"
"libintl.8"
"libjpeg.8"
"libjxl.0.10"
"libjxl_threads.0.10"
"libMoltenVK"
"libnettle.8"
"libogg.0"
"libopenvino.2410"
"libopenvino_c.2410"
"libopenvino_onnx_frontend.2410"
"libopenvino_paddle_frontend.2410"
"libopenvino_pytorch_frontend.2410"
"libopenvino_tensorflow_frontend.2410"
"libopenvino_tensorflow_lite_frontend.2410"
"liborc-0.4.0"
"libp11-kit.0"
"libpcre2-8.0"
"libpng16.16"
"librist.4"
"librubberband.2"
"libSDL2-2.0.0"
"libtasn1.6"
"libunistring.5"
"libvorbis.0"
"libvorbisenc.2"
"libvpx.8"
"libwebp.7"
"libwebpmux.3"
"libXau.6"
"libXdmcp.6"
"libX11.6"
"libX11-xcb.1"
"libx264.164"
"libx265.209"
"libxcb.1"
)
Expand Down
2 changes: 1 addition & 1 deletion WhiskyWineVersion.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>minor</key>
<integer>3</integer>
<key>patch</key>
<integer>2</integer>
<integer>3</integer>
<key>preRelease</key>
<string></string>
</dict>
Expand Down

0 comments on commit db74880

Please sign in to comment.