comparison armv4l/dsputil_arm.c @ 6760:e6a7be7d85f2 libavcodec

ipp.h is a system header, use <> when #including it.
author diego
date Fri, 09 May 2008 10:06:51 +0000
parents a15900739a31
children f7cbb7733146
comparison
equal deleted inserted replaced
6759:6b7ba5b9af2e 6760:e6a7be7d85f2
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "dsputil.h" 22 #include "dsputil.h"
23 #ifdef HAVE_IPP 23 #ifdef HAVE_IPP
24 #include "ipp.h" 24 #include <ipp.h>
25 #endif 25 #endif
26 26
27 extern void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); 27 extern void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx);
28 28
29 extern void j_rev_dct_ARM(DCTELEM *data); 29 extern void j_rev_dct_ARM(DCTELEM *data);