diff armv4l/dsputil_arm.c @ 730:b24ea84b23e2 libavcodec

trying to fix the non-x86 IDCTs (untested)
author michaelni
date Sun, 06 Oct 2002 15:27:01 +0000
parents 718a22dc121f
children 8cc0d241da37
line wrap: on
line diff
--- a/armv4l/dsputil_arm.c	Sat Oct 05 00:57:42 2002 +0000
+++ b/armv4l/dsputil_arm.c	Sun Oct 06 15:27:01 2002 +0000
@@ -23,5 +23,5 @@
 
 void dsputil_init_armv4l(void)
 {
-  ff_idct = j_rev_dct_ARM;
+//  ff_idct = j_rev_dct_ARM;
 }