[FFmpeg-cvslog] r20426 - trunk/configure

Måns Rullgård mans
Sat Oct 31 17:34:13 CET 2009


Michael Kostylev <michael.kostylev at gmail.com> writes:

> On Sat Oct 31 16:59:04 2009
> mru wrote:
>
>> Log:
>> configure: use here-docs instead of echo for writing config.{h,mak}
>
> Now escaping backslashes in the suncc section are not needed.
>
> Michael
>
> --- ./configure.orig
> +++ ./configure
> @@ -1617,7 +1617,7 @@
>  elif $cc -V 2>&1 | grep -q Sun; then
>      cc_type=suncc
>      cc_version="AV_STRINGIFY(__SUNPRO_C)"
> -    DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\\\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
> +    DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
>      DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -xM1'
>  fi

Thanks, applied.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list