Skip to content

Commit

Permalink
Fix more ffmpeg issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 11, 2024
1 parent 932ebfc commit e52b97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
- name: Copy External Libs
run: |
LIBS=(
"libbluray.2"
"libfreetype"
"libfreetype.6"
"libgio-2.0.0"
Expand Down Expand Up @@ -254,6 +255,7 @@ jobs:
"libSDL2-2.0.0"
"libtasn1.6"
"libunistring.5"
"libvpx.8"
"libXau.6"
"libXdmcp.6"
"libX11.6"
Expand All @@ -266,6 +268,7 @@ jobs:
"libavformat.60"
"libavcodec.60"
"libavutil.58"
"libpostproc.57"
"libswresample.4"
"libswscale.7"
)
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>0</integer>
<integer>1</integer>
<key>preRelease</key>
<string></string>
</dict>
Expand Down

0 comments on commit e52b97d

Please sign in to comment.