Skip to content

Commit

Permalink
Testing AS instead of CC for FFmpeg's assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Jan 17, 2025
1 parent 69bc3f2 commit 87c780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ffmpeg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EXTRA_LDFLAGS="-Wl,-z,max-page-size=16384 $DEP_LD_FLAGS"
--cxx=${FAM_CXX} \
--ld=${FAM_LD} \
--ar=${FAM_AR} \
--as=${FAM_CC} \
--as=${FAM_AS} \
--nm=${FAM_NM} \
--ranlib=${FAM_RANLIB} \
--strip=${FAM_STRIP} \
Expand Down

0 comments on commit 87c780d

Please sign in to comment.