# HG changeset patch # User mswitch # Date 1011089420 0 # Node ID a5ce64929facf4f444c9baaf3cee705c468ec4f3 # Parent 204261460ac10c027c6924c475279f7a5a4eff76 Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e diff -r 204261460ac1 -r a5ce64929fac libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Tue Jan 15 09:01:39 2002 +0000 +++ b/libvo/vo_dxr3.c Tue Jan 15 10:10:20 2002 +0000 @@ -46,11 +46,11 @@ rte_context *mp1e_context = NULL; rte_codec *mp1e_codec = NULL; rte_buffer mp1e_buffer; +#endif /* Color buffer data used with libmp1e */ static unsigned char *picture_data[3]; static unsigned int picture_linesize[3]; -#endif /* Resolutions and positions */ static int v_width, v_height;