[MPlayer-cvslog] r31440 - trunk/libvo/vo_dxr2.c

diego subversion at mplayerhq.hu
Thu Jun 17 10:14:57 CEST 2010


Author: diego
Date: Thu Jun 17 10:14:57 2010
New Revision: 31440

Log:
Add vd.h #include instead of declaring movie_aspect extern.

Modified:
   trunk/libvo/vo_dxr2.c

Modified: trunk/libvo/vo_dxr2.c
==============================================================================
--- trunk/libvo/vo_dxr2.c	Thu Jun 17 10:07:37 2010	(r31439)
+++ trunk/libvo/vo_dxr2.c	Thu Jun 17 10:14:57 2010	(r31440)
@@ -36,6 +36,7 @@
 #include "m_option.h"
 #include "sub.h"
 #include "path.h"
+#include "libmpcodecs/vd.h"
 #include "libmpdemux/mpeg_packetizer.h"
 #include "x11_common.h"
 
@@ -43,7 +44,6 @@
 
 
 extern float monitor_aspect;
-extern float movie_aspect;
 
 int dxr2_fd = -1;
 


More information about the MPlayer-cvslog mailing list