[Sumover-dev] [svn commit] r3898 - in vic/branches/mpeg4: render

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sat Oct 14 09:10:33 BST 2006


Author: barz
Date: Sat Oct 14 09:10:09 2006
New Revision: 3898

Modified:
   vic/branches/mpeg4/ffmpeg/postproc/config.h
   vic/branches/mpeg4/render/color.cpp

Log:


Modified: vic/branches/mpeg4/ffmpeg/postproc/config.h
==============================================================================
--- vic/branches/mpeg4/ffmpeg/postproc/config.h	(original)
+++ vic/branches/mpeg4/ffmpeg/postproc/config.h	Sat Oct 14 09:10:09 2006
@@ -23,7 +23,6 @@
 
 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
 #define USE_FASTMEMCPY 1
-#define HAVE_XVIDEO
 
 /* attribute(used) as needed by some compilers */
 #if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)

Modified: vic/branches/mpeg4/render/color.cpp
==============================================================================
--- vic/branches/mpeg4/render/color.cpp	(original)
+++ vic/branches/mpeg4/render/color.cpp	Sat Oct 14 09:10:09 2006
@@ -49,12 +49,6 @@
 #include <fcntl.h>
 #endif
 #include <string.h>
-#include "../config_arch.h"
-#ifdef USE_FASTMEMCPY
-extern "C" {
-#include "postproc/fastmemcpy.h"
-}
-#endif
 #ifdef WIN32
 #include <tk.h>
 



More information about the Sumover-dev mailing list