Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8fcab4

Browse filesBrowse files
srubinMatt Keller
authored andcommitted
zip it up
1 parent 86a809e commit f8fcab4
Copy full SHA for f8fcab4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROGNAME=$(basename "$0")
77
FFMPEG_VERSION=4.4
8-
SCRIPT_VERSION=1.31
8+
SCRIPT_VERSION=1.31.rc1
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"
@@ -1002,6 +1002,8 @@ fi
10021002
cd $CWD
10031003
if [[ "$OSTYPE" == "darwin"* ]]; then
10041004
node copy_mac_libs.js
1005+
cd "$WORKSPACE/mac"
1006+
execute zip "ffmpeg-ffprobe-shared-darwin-x86_64.${VERSION}.zip" *
10051007
fi
10061008

10071009
exit 0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.