Commit 61095cf 1 parent 18e8a78 commit 61095cf Copy full SHA for 61095cf
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,13 @@ jobs:
245
245
"libxcb.1"
246
246
)
247
247
248
+ FFMPEG_LIBS=(
249
+ "libavfilter.9"
250
+ "libavformat.60"
251
+ "libavcodec.60"
252
+ "libavutil.58"
253
+ )
254
+
248
255
GSTREAMER_LIBS=(
249
256
"libgstapplemedia"
250
257
"libgstasf"
@@ -257,6 +264,7 @@ jobs:
257
264
"libgstdeinterlace"
258
265
"libgstid3demux"
259
266
"libgstisomp4"
267
+ "libgstlibav"
260
268
"libgstopengl"
261
269
"libgstplayback"
262
270
"libgsttypefindfunctions"
@@ -271,6 +279,11 @@ jobs:
271
279
cp -Lr $(brew --prefix)/lib/"$i".dylib Libraries/Wine/lib
272
280
done
273
281
282
+ for i in "${FFMPEG_LIBS[@]}"
283
+ do
284
+ cp -Lr $(brew --prefix ffmpeg@6)/lib/"$i".dylib Libraries/Wine/lib
285
+ done
286
+
274
287
mkdir Libraries/Wine/lib/gstreamer-1.0
275
288
276
289
for i in "${GSTREAMER_LIBS[@]}"
You can’t perform that action at this time.
0 commit comments