[FFmpeg-devel] [PATCH] cleanup long ifdefs in cabac

Michael Niedermayer michaelni
Wed May 7 04:07:31 CEST 2008


On Tue, May 06, 2008 at 09:48:44PM -0400, Alexander Strange wrote:
> This replaces
> #if defined(ARCH_X86) && defined(HAVE_7REGS) && defined(HAVE_EBX_AVAILABLE) 
> && !defined(BROKEN_RELOCATIONS)
> with
> #ifdef X86_CABAC_DECODER
>
> which is a lot nicer, I think.

I disagree, i prefer the requirements to be explicitly spelled
out where the code is.

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080507/c6f8799a/attachment.pgp>



More information about the ffmpeg-devel mailing list