[Sumover-dev] [svn commit] r3915 - vic/branches/mpeg4/ffmpeg/postproc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Nov 8 03:31:12 GMT 2006


Author: barz
Date: Wed Nov  8 03:30:46 2006
New Revision: 3915

Modified:
   vic/branches/mpeg4/ffmpeg/postproc/config.h

Log:


Modified: vic/branches/mpeg4/ffmpeg/postproc/config.h
==============================================================================
--- vic/branches/mpeg4/ffmpeg/postproc/config.h	(original)
+++ vic/branches/mpeg4/ffmpeg/postproc/config.h	Wed Nov  8 03:30:46 2006
@@ -5,10 +5,9 @@
 #ifndef __POSTPROC_CONFIG_H__
 #define __POSTPROC_CONFIG_H__ 1
 
-#include "../config.h"
-
 /* Runtime CPU detection */
 #define RUNTIME_CPUDETECT
+#define HAVE_SWSCALE
 
 /* Only use during compliation */
 #if defined(RUNTIME_CPUDETECT) 
@@ -24,6 +23,9 @@
 /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
 #define USE_FASTMEMCPY 1
 
+/* Use libswscale */
+#define HAVE_SWSCALE
+
 /* attribute(used) as needed by some compilers */
 #if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
 # define attribute_used __attribute__((used))



More information about the Sumover-dev mailing list