diff options
author | Martin Olschewski <olschewski@zpr.uni-koeln.de> | 2002-08-30 18:17:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-30 18:17:20 +0000 |
commit | c7e079314bc47ed09826ec343f4582226c6ed296 (patch) | |
tree | 269a2188e3e2e6b2d17c483baf00a57c8c1cbf9a /libavcodec/mpegvideo.h | |
parent | 471d7dc3d076bfb47bfb14bb8472abc92103e58b (diff) | |
download | ffmpeg-c7e079314bc47ed09826ec343f4582226c6ed296.tar.gz |
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
Originally committed as revision 882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index d4766dc562..6b7377b246 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -480,6 +480,9 @@ void MPV_common_init_mmx(MpegEncContext *s); #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); |