[FFmpeg-cvslog] r25944 - trunk/configure
Carl Eugen Hoyos
cehoyos
Tue Dec 14 12:06:45 CET 2010
mstorsjo <subversion <at> mplayerhq.hu> writes:
> Author: mstorsjo
> Date: Tue Dec 14 09:34:57 2010
> New Revision: 25944
>
> Log:
> configure: Allow disabling symbol versioning via --disable-symver
This allows using Intel Compiler's inter-file optimisations with shared
libraries:
./configure --cc=icc --extra-cflags=-ipo --extra-ldflags=-ipo --enable-shared
--disable-static --disable-symver
Carl Eugen
More information about the ffmpeg-cvslog
mailing list