Skip to content

Commit 349870c

Browse files
committed
MacOs fix
1 parent d3e9e48 commit 349870c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-ffmpeg

Lines changed: 1 addition & 2 deletions
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.32
8+
SCRIPT_VERSION=1.33
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"
@@ -336,7 +336,6 @@ if build "zlib" "1.2.11"; then
336336
execute make install
337337
build_done "zlib" "1.2.11"
338338
fi
339-
LDFLAGS+=" -L/zlib/lib"
340339

341340
if build "m4" "1.4.19"; then
342341
download "https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.gz"

0 commit comments

Comments
 (0)