[FFmpeg-devel] [PATCH] Fix compilation with nasm.

Ronald S. Bultje rsbultje at gmail.com
Tue Oct 8 02:36:22 CEST 2013


Hi,

On Mon, Oct 7, 2013 at 8:33 PM, Michael Niedermayer <michaelni at gmx.at>wrote:

> On Tue, Oct 08, 2013 at 02:24:33AM +0200, Michael Niedermayer wrote:
> > On Mon, Oct 07, 2013 at 08:06:47PM -0400, Ronald S. Bultje wrote:
> > > From: "Ronald S. Bultje" <rsbultje at gmail.com>
> > >
> > > ---
> > >  libavcodec/x86/fft.asm              | 3 +--
> > >  libavcodec/x86/vp9dsp.asm           | 6 +++---
> > >  libswresample/x86/audio_convert.asm | 3 +--
> > >  libswresample/x86/rematrix.asm      | 3 +--
> > >  4 files changed, 6 insertions(+), 9 deletions(-)
> >
> > applied
>
> hmm, seems only the vp9dsp change is neede for nasm so i applied only
> that


It fails for me, saying that alignment was specified twice with different
values, and then aborts compilation. It's actually worse, it leaves behind
an empty object file, thus if you type "make" again it thinks it succeeded,
but then linking fails.

Maybe that only happens on x86-64 or mac, not on other platforms?

Ronald


More information about the ffmpeg-devel mailing list