[MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.108,1.109

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Oct 23 18:19:35 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv7196

Modified Files:
	vo_vesa.c 
Log Message:
Make include paths consistent among files in libvo.  Since -I.. is added
to the CFLAGS in the Makefile this should be safe.


Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- vo_vesa.c	18 Aug 2005 11:26:04 -0000	1.108
+++ vo_vesa.c	23 Oct 2005 16:19:32 -0000	1.109
@@ -44,8 +44,8 @@
 #include "vosub_vidix.h"
 #endif
 
-#include "../postproc/swscale.h"
-#include "../libmpcodecs/vf_scale.h"
+#include "postproc/swscale.h"
+#include "libmpcodecs/vf_scale.h"
 
 
 #ifdef HAVE_PNG




More information about the MPlayer-cvslog mailing list