diff mpegvideo.c @ 5132:a3b82ca01e68 libavcodec

integrating MPV_common_init_bfin into the build system and mpegvideo.c
author mhoffman
date Tue, 12 Jun 2007 19:34:06 +0000
parents 0244bba24b43
children 9d4ca30481e0
line wrap: on
line diff
--- a/mpegvideo.c	Tue Jun 12 19:13:50 2007 +0000
+++ b/mpegvideo.c	Tue Jun 12 19:34:06 2007 +0000
@@ -295,6 +295,9 @@
 #ifdef ARCH_POWERPC
     MPV_common_init_ppc(s);
 #endif
+#ifdef ARCH_BFIN
+    MPV_common_init_bfin(s);
+#endif
 
 #ifdef CONFIG_ENCODERS
     s->fast_dct_quantize= s->dct_quantize;