Skip to content

Commit 87c780d

Browse files
committed
Testing AS instead of CC for FFmpeg's assembler
1 parent 69bc3f2 commit 87c780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ffmpeg/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ EXTRA_LDFLAGS="-Wl,-z,max-page-size=16384 $DEP_LD_FLAGS"
3939
--cxx=${FAM_CXX} \
4040
--ld=${FAM_LD} \
4141
--ar=${FAM_AR} \
42-
--as=${FAM_CC} \
42+
--as=${FAM_AS} \
4343
--nm=${FAM_NM} \
4444
--ranlib=${FAM_RANLIB} \
4545
--strip=${FAM_STRIP} \

0 commit comments

Comments
 (0)