[Ffmpeg-devel] Mac OS X Intel part 3: binary integer constants
Rich Felker
dalias
Fri Aug 18 18:43:30 CEST 2006
On Thu, Aug 10, 2006 at 11:06:26AM +0200, Guillaume POIRIER wrote:
> Hi,
>
> On 8/10/06, Michael Niedermayer <michaelni at gmx.at> wrote:
> >Hi
> >
> >On Thu, Aug 10, 2006 at 04:16:45PM +1000, John Dalgliesh wrote:
> >>
> >> Hi, here's part 3 (of 4) of the patches. It's trivial: Apple's as only
> >> understands the same integer constants as C does: hex, decimal, octal. It
> >> doesn't understand binary integer constants (0b...). Fortunately only one
> >> file in ffmpeg contains these: libavcodec/i386/idct_mmx_xvid.c
> >>
> >> Attached patch replaces binary integer constants with hex ones.
> >>
> >> Usual tests pass: .o files are identical, and no regressions are broken
> >
> >no objections to the patch ...
>
> Good, applied.
Thanks, my assembler barfed on this mess too..
Rich
More information about the ffmpeg-devel
mailing list