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

Sign up
Appearance settings

Commit 81dc8ab

Browse files
committed
fix for Xcode 9.3
1 parent 321807a commit 81dc8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build-ffmpeg.sh

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /