[MPlayer-dev-eng] [PATCH] Compile vo_vesa.c

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Dec 1 11:47:50 CET 2006


Hi!

Attached patch is needed to compile vo_vesa.c since bswap.h was removed.

Carl Eugen
-------------- next part --------------
Index: libvo/vo_vesa.c
===================================================================
--- libvo/vo_vesa.c	(Revision 21407)
+++ libvo/vo_vesa.c	(Arbeitskopie)
@@ -39,7 +39,8 @@
 
 #include "fastmemcpy.h"
 #include "sub.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
 #include "aspect.h"
 #include "vesa_lvo.h"
 #ifdef CONFIG_VIDIX


More information about the MPlayer-dev-eng mailing list