[FFmpeg-devel] [PATCH] cleanup long ifdefs in cabac
Alexander Strange
astrange
Wed May 7 03:48:44 CEST 2008
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cabac-defines.diff
Type: text/x-diff
Size: 3259 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080506/2c969dee/attachment.diff>
-------------- next part --------------
More information about the ffmpeg-devel
mailing list