# HG changeset patch # User kabi # Date 1037697472 0 # Node ID 2c350f59233a9b8c4592e44bcce63bb3888012c4 # Parent 8cc0d241da3770fc2423dc6b0c0d5501c1ed4c27 * fixed prototype diff -r 8cc0d241da37 -r 2c350f59233a mpegvideo.h --- a/mpegvideo.h Tue Nov 19 07:33:36 2002 +0000 +++ b/mpegvideo.h Tue Nov 19 09:17:52 2002 +0000 @@ -552,7 +552,7 @@ void MPV_common_init_mmi(MpegEncContext *s); #endif #ifdef ARCH_ARMV4L - MPV_common_init_armv4l(MpegEncContext *s); +void MPV_common_init_armv4l(MpegEncContext *s); #endif #ifdef ARCH_POWERPC void MPV_common_init_ppc(MpegEncContext *s);