changeset 4166:a5ce64929fac

Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e
author mswitch
date Tue, 15 Jan 2002 10:10:20 +0000
parents 204261460ac1
children 36fb2dcd3ccc
files libvo/vo_dxr3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;