Skip to content

Commit

Permalink
Add libswresample & libswscale
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 11, 2024
1 parent a2a05ed commit 705d461
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ jobs:
brew install "${REQUIRED_PACKAGES[@]}"
- name: Echo Libs [DEBUG]
run: |
echo "Brew Libs\n========="
ls $(brew --prefix)/lib
echo "FFmpeg Libs\n==========="
ls $(brew --prefix ffmpeg@6)/lib
echo "GStreamer Libs\n=============="
ls $(brew --prefix gstreamer)/lib/gstreamer-1.0
- name: Add bison & cx-llvm to $PATH
run: |
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -236,6 +247,8 @@ jobs:
"libpcre2-8.0"
"libpng16.16"
"libSDL2-2.0.0"
"libswresample.4"
"libswscale.7"
"libtasn1.6"
"libunistring.5"
"libXau.6"
Expand Down

0 comments on commit 705d461

Please sign in to comment.