[FFmpeg-devel] [PATCH]Allow to compile with --disable-optimizations with icc

Carl Eugen Hoyos cehoyos
Sat Apr 3 00:38:33 CEST 2010


Hi!

Currently, icc compilation fails with --disable-optimizations, because icc 
does not optimize symbols away with -O0:
...
libavdevice/alldevices.c:43: undefined reference to `audio_beos_muxer'
...
libavcodec/allcodecs.c:58: undefined reference to `h264_dxva2_hwaccel'
...
Attached patch fixes this.

Please comment, Carl Eugen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patchiccoptim.diff
Type: text/x-diff
Size: 460 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100403/1b069038/attachment.diff>



More information about the ffmpeg-devel mailing list