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 6fd0116

Browse filesBrowse files
committed
binary check fix
1 parent 4e4196d commit 6fd0116
Copy full SHA for 6fd0116

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ build_done() {
156156
}
157157

158158
verify_binary_type() {
159+
if ! command_exists "file"; then
160+
return
161+
fi
162+
159163
BINARY_TYPE=$(file "$WORKSPACE/bin/ffmpeg" | sed -n 's/^.*\:\ \(.*$\)/\1/p')
160164
echo ""
161165
case $BINARY_TYPE in

0 commit comments

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