diff mpegvideo.h @ 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.h	Fri Aug 30 16:16:30 2002 +0000
+++ b/mpegvideo.h	Fri Aug 30 18:17:20 2002 +0000
@@ -480,6 +480,9 @@
 #ifdef ARCH_ALPHA
 void MPV_common_init_axp(MpegEncContext *s);
 #endif
+#ifdef HAVE_MLIB
+void MPV_common_init_mlib(MpegEncContext *s);
+#endif
 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);