[FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1) - ffmpeg-nommx.patch (1/1)
Michael Niedermayer
michaelni
Tue May 22 11:09:14 CEST 2007
Hi
On Tue, May 22, 2007 at 12:59:36AM -0400, Ronald S. Bultje wrote:
> Hi,
>
> In article <20070521171340.GK16391 at MichaelsNB>,
> Michael Niedermayer <michaelni at gmx.at> wrote:
> > On Mon, May 21, 2007 at 09:40:19AM -0400, Ronald S. Bultje wrote:
> > > dsptest in tests/ and cputest in lavc/i386/ can't be compiled, since
> > > they use internaly API (dsptest is about ten pages of warnings, so
> > > nevermind there), cputest is below:
> > >
> > > cputest.c: In function 'mm_support':
> > > cputest.c:83: error: 'MM_MMX' undeclared (first use in this function)
> > > cputest.c:83: error: (Each undeclared identifier is reported only once
> > > cputest.c:83: error: for each function it appears in.)
> > > cputest.c:85: error: 'MM_MMXEXT' undeclared (first use in this function)
> > > cputest.c:85: error: 'MM_SSE' undeclared (first use in this function)
> > > cputest.c:87: error: 'MM_SSE2' undeclared (first use in this function)
> > > cputest.c:89: error: 'MM_SSE3' undeclared (first use in this function)
> > > cputest.c:91: error: 'MM_SSSE3' undeclared (first use in this function)
> > > cputest.c:99: error: 'MM_3DNOW' undeclared (first use in this function)
> > > cputest.c:101: error: 'MM_3DNOWEXT' undeclared (first use in this
> > > function)
> >
> > this should be useing FF_MM_MMX and similar
>
> There's a small problem there, avcodec.h defines those if HAVE_MMX is
this is wrong they should always be defined, they are needed to set
AVCodecContext.dsp_mask
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070522/7a3e9dfd/attachment.pgp>
More information about the ffmpeg-devel
mailing list