[MPlayer-cvslog] r26612 - trunk/TOOLS/vivodump.c

diego subversion at mplayerhq.hu
Wed Apr 30 16:06:33 CEST 2008


Author: diego
Date: Wed Apr 30 16:06:33 2008
New Revision: 26612

Log:
Remove loader/wine/avifmt.h #include, the AVI types declared there conflict
with the ones from libmpdemux/aviheader.h, which is #included below.


Modified:
   trunk/TOOLS/vivodump.c

Modified: trunk/TOOLS/vivodump.c
==============================================================================
--- trunk/TOOLS/vivodump.c	(original)
+++ trunk/TOOLS/vivodump.c	Wed Apr 30 16:06:33 2008
@@ -4,7 +4,6 @@
 #include <inttypes.h>
 
 #include "loader/wine/mmreg.h"
-#include "loader/wine/avifmt.h"
 #include "loader/wine/vfw.h"
 
 #include "stream/stream.h"



More information about the MPlayer-cvslog mailing list