[Ffmpeg-cvslog] r8795 - in trunk: configure libavutil/x86_cpu.h
Diego Biurrun
diego
Thu Apr 26 02:32:55 CEST 2007
On Thu, Apr 26, 2007 at 12:44:57AM +0300, Uoti Urpala wrote:
> On Tue, 2007-04-24 at 09:06 +0200, diego wrote:
> > Log:
> > Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
> > it's not configurable by the user.
>
> > Modified: trunk/libavutil/x86_cpu.h
>
> > -#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(CONFIG_EBX_AVAILABLE) && defined(CONFIG_EBP_AVAILABLE))
> > +#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && defined(HAVE_EBX_AVAILABLE) && defined(HAVE_EBP_AVAILABLE))
>
> The uses under libavcodec/ were not renamed.
Ooooooops... Thanks a bundle for noticing, fixed.
Diego
More information about the ffmpeg-cvslog
mailing list