summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 10:10:20 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 10:10:20 +0000
commit5bb60ff0234fb1b22285fedb97f7b81c57170d83 (patch)
treee39261e3c0f8f69935ff37cad53ac00f39e5503a /libvo/vo_dxr3.c
parentf7c8f6485017d7248dff24222281f89d44728549 (diff)
downloadmpv-5bb60ff0234fb1b22285fedb97f7b81c57170d83.tar.bz2
mpv-5bb60ff0234fb1b22285fedb97f7b81c57170d83.tar.xz
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
Diffstat (limited to 'libvo/vo_dxr3.c')
-rw-r--r--libvo/vo_dxr3.c2
1 files changed, 1 insertions, 1 deletions
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;