[MPlayer-dev-eng] question about dsputil_arm.c error
Deckard
hwrhee at erfsystem.com
Mon Jun 20 09:39:20 CEST 2005
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050620/86a48816/attachment.htm>
More information about the MPlayer-dev-eng
mailing list