Skip to content

Commit

Permalink
Bundle libgstlibav & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed May 17, 2024
1 parent 18e8a78 commit 61095cf
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 @@ -245,6 +245,13 @@ jobs:
"libxcb.1"
)
FFMPEG_LIBS=(
"libavfilter.9"
"libavformat.60"
"libavcodec.60"
"libavutil.58"
)
GSTREAMER_LIBS=(
"libgstapplemedia"
"libgstasf"
Expand All @@ -257,6 +264,7 @@ jobs:
"libgstdeinterlace"
"libgstid3demux"
"libgstisomp4"
"libgstlibav"
"libgstopengl"
"libgstplayback"
"libgsttypefindfunctions"
Expand All @@ -271,6 +279,11 @@ jobs:
cp -Lr $(brew --prefix)/lib/"$i".dylib Libraries/Wine/lib
done
for i in "${FFMPEG_LIBS[@]}"
do
cp -Lr $(brew --prefix ffmpeg@6)/lib/"$i".dylib Libraries/Wine/lib
done
mkdir Libraries/Wine/lib/gstreamer-1.0
for i in "${GSTREAMER_LIBS[@]}"
Expand Down

0 comments on commit 61095cf

Please sign in to comment.