[FFmpeg-cvslog] r20397 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger
Wed Oct 28 17:12:38 CET 2009
On Wed, Oct 28, 2009 at 03:24:04PM +0100, diego wrote:
> +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)'
Hmm.. are you sure those sed expressions are right?
At least running on OpenSolaris I get
> sed: -e expression #2, char 11: unterminated 's' command
and it seem that it is GNU sed that is in the path...
What is it supposed to do anyway?
On the commandline it ends up as "\$!s,\$, \\\\\\,"
but that can't be tested separately it seems...
More information about the ffmpeg-cvslog
mailing list