[FFmpeg-devel] [PATCH]Force enable ebp_available for icc

Carl Eugen Hoyos cehoyos
Sun Mar 15 11:44:41 CET 2009


Carl Eugen Hoyos <cehoyos <at> rainbow.studorg.tuwien.ac.at> writes:

> Index: configure
> ===================================================================
> --- configure	(revision 17942)
> +++ configure	(working copy)
> @@ -2181,6 +2181,7 @@
>      check_ldflags -wd10156,11030
>      # Allow to compile with optimizations
>      check_ldflags -march=$cpu
> +    enable ebp_available
>  elif enabled ccc; then
>      # disable some annoying warnings
>      add_cflags -msg_disable cvtu32to64

So may I apply this patch? Note that it does not make crashing executables by
passing funny cflags any easier (=I don't think there are cflags that make
ffmpeg crash with the patch applied, but not without).

Or does somebody have a better suggestion? Unfortunately, I don't.

Carl Eugen






More information about the ffmpeg-devel mailing list