Skip to content

Commit b98a5a1

Browse files
Changbeom AhnChangbeom Ahn
Changbeom Ahn
authored and
Changbeom Ahn
committed
fix for Xcode 9.3
1 parent 321807a commit b98a5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# directories
4-
FF_VERSION="3.4"
4+
FF_VERSION="3.4.2"
55
if [[ $FFMPEG_VERSION != "" ]]; then
66
FF_VERSION=$FFMPEG_VERSION
77
fi
@@ -115,7 +115,7 @@ then
115115
then
116116
AS="gas-preprocessor.pl -arch aarch64 -- $CC"
117117
else
118-
AS="$CC"
118+
AS="gas-preprocessor.pl -- $CC"
119119
fi
120120

121121
CXXFLAGS="$CFLAGS"

0 commit comments

Comments
 (0)