[MPlayer-dev-eng] [PATCH] question about dsputil_arm.c error
Dominik Kuhlen
dkuhlen at gmx.net
Mon Jun 20 19:28:49 CEST 2005
On Monday 20 June 2005 09:39, Deckard wrote:
> Hello~ everyone.
>
>
>
> I have a ques for arm.
>
> I try to compile CVS version.
>
>
>
> I can't find ipp.h in libavcodev/armv4l
>
> Dsputil_arm.c include ipp.h but there is not exist ipp.h
>
> And compiling time, at line 218, I got error msg.
>
> There is not exist FF_IDCT_IPP.
>
>
>
>
>
> 215 #ifdef HAVE_IPP
>
> 216 } else if (idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_IPP){
>
> 217 #else
>
> 218 } else if (idct_algo==FF_IDCT_IPP){
>
> 219 #endif
>
> 220 c->idct_put= simple_idct_ipp_put;
>
> 221 c->idct_add= simple_idct_ipp_add;
>
> 222 c->idct = simple_idct_ipp;
>
> 223 c->idct_permutation_type= FF_NO_IDCT_PERM;
>
> 224 }
>
>
>
> I think that (line 218) is wrong.
>
>
>
> Thanks
>
>
>
> Deckard.
Attached patch fixes that.
I'm not sure whether this is the correct way, but i looks sane.
Dominik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_libavcodec_header_for_arm.diff
Type: text/x-diff
Size: 551 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050620/c01f16b3/attachment.diff>
More information about the MPlayer-dev-eng
mailing list