[FFmpeg-cvslog] r25210 - in trunk: libavcodec/avcodec.h	libavcodec/opt.c libavcodec/opt.h libavcodec/options.c	libavcodec/resample.c libavcodec/utils.c	libavfilter/parseutils.h libavformat/avio.c libavformat/http....
    Carl Eugen Hoyos 
    cehoyos
       
    Mon Sep 27 15:12:55 CEST 2010
    
    
  
M?ns Rullg?rd <mans <at> mansr.com> writes:
> >> Move AVOptions from libavcodec to libavutil
> >
> > This broke shared compilation with icc and -ipo (Interprocedural
> > Optimization)
> >
> > ./configure --cc=icc --extra-cflags=-ipo --extra-ldflags=-ipo --enable-shared
> > --disable-everything && make
> > (disable-everything only to speed up the test)
> > ...
> > /tmp/iccqunKQoas_.s: Assembler messages:
> > /tmp/iccqunKQoas_.s:668203: Error: junk at end of line, first unrecognized
> > character is `@'
> > /tmp/iccqunKQoas_.s:668204: Error: invalid character '@' in mnemonic
> 
> How is this any different from the version compat wrappers already
> present in lavf?
I can only confirm that r25209 compiles fine with above configure line, and that
it fails now (in both cases with and without --disable-everything).
Carl Eugen
    
    
More information about the ffmpeg-cvslog
mailing list