diff dsputil.c @ 1959:55b7435c59b8 libavcodec

VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>) ported to ffmpeg by (ja2morri at csclub dot uwaterloo dot ca (james morrison)) useable under LGPL with their agreement
author michael
date Fri, 23 Apr 2004 23:38:54 +0000
parents 1755f959ab7f
children 89422281f6f6
line wrap: on
line diff
--- a/dsputil.c	Fri Apr 23 21:17:31 2004 +0000
+++ b/dsputil.c	Fri Apr 23 23:38:54 2004 +0000
@@ -3286,6 +3286,9 @@
 #ifdef HAVE_MLIB
     dsputil_init_mlib(c, avctx);
 #endif
+#ifdef ARCH_SPARC
+   dsputil_init_vis(c,avctx);
+#endif
 #ifdef ARCH_ALPHA
     dsputil_init_alpha(c, avctx);
 #endif