From 5bb60ff0234fb1b22285fedb97f7b81c57170d83 Mon Sep 17 00:00:00 2001 From: mswitch Date: Tue, 15 Jan 2002 10:10:20 +0000 Subject: [PATCH] Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4167 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index 2fee2a0175..51b4e2936e 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -46,11 +46,11 @@ LIBVO_EXTERN (dxr3) 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;