[Ffmpeg-devel] [PATCH] Fixed configure bug; can now compile on x86_32 with --enable-gprof option

Jason Garrett-Glaser darkshikari
Fri Apr 13 14:14:32 CEST 2007


I found the problem that caused CONFIG_7REG to be enabled even if on
an 8-register processor when --enable-gprof was enabled, which
requires the EBP register.  The configure script simply didn't take
this into account, and enabled profiling without disabling the use of
EBP.

This has been fixed in the attached patch, a diff -up file.

This is my first patch for FFMPEG so tell me if I did anything wrong.

-- Dark Shikari
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configurepatch.diff
Type: application/octet-stream
Size: 499 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070413/1ba14806/attachment.obj>



More information about the ffmpeg-devel mailing list