diff mpegvideo.c @ 628:f596db4aa871 libavcodec

sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
author michaelni
date Fri, 30 Aug 2002 18:17:20 +0000
parents bb6a69f9d409
children 3e0f62e5eed6
line wrap: on
line diff
--- a/mpegvideo.c	Fri Aug 30 16:16:30 2002 +0000
+++ b/mpegvideo.c	Fri Aug 30 18:17:20 2002 +0000
@@ -153,6 +153,9 @@
 #ifdef ARCH_ALPHA
     MPV_common_init_axp(s);
 #endif
+#ifdef HAVE_MLIB
+    MPV_common_init_mlib(s);
+#endif
 
     s->mb_width = (s->width + 15) / 16;
     s->mb_height = (s->height + 15) / 16;