12 Aug 2012 13:48
configure: Rename check_asm() to more fitting check_inline_asm()
Diego Biurrun <git <at> videolan.org>
2012-08-12 11:48:49 GMT
2012-08-12 11:48:49 GMT
ffmpeg | branch: master | Diego Biurrun <diego <at> biurrun.de> | Tue Aug 7 23:46:52 2012 +0200| [575db88377f4ea264f1ecb1efd02cb09f181ff70] | committer: Diego Biurrun configure: Rename check_asm() to more fitting check_inline_asm() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=575db88377f4ea264f1ecb1efd02cb09f181ff70 --- configure | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/configure b/configure index c5f4567..a284b77 100755 --- a/configure +++ b/configure <at> <at> -660,8 +660,8 <at> <at> check_as(){ check_cmd $as $CPPFLAGS $ASFLAGS "$ <at> " $AS_C -o $TMPO $TMPC } -check_asm(){ - log check_asm "$ <at> " +check_inline_asm(){ + log check_inline_asm "$ <at> " name="$1" code="$2" shift 2 <at> <at> -2833,31 +2833,31 <at> <at> EOF warn "Compiler does not indicate floating-point ABI, guessing $fpabi." fi(Continue reading)
RSS Feed