Skip to content

Commit 3160fec

Browse files
committed
Use prebuilt ffmpegsumo.so on Mac, temporary fix for nwjs#178.
1 parent cdba56f commit 3160fec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nw.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
# Copy FFmpeg binaries for audio/video support.
489489
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
490490
'files': [
491-
'<(PRODUCT_DIR)/ffmpegsumo.so',
491+
'src/mac/ffmpegsumo.so',
492492
],
493493
},
494494
],

src/mac/ffmpegsumo.so

1.88 MB
Binary file not shown.

0 commit comments

Comments
 (0)