0cb0c9df50
cards. tvtime processes the input from a capture card and displays it on a computer monitor or projector.
31 lines
895 B
Text
31 lines
895 B
Text
$NetBSD: patch-af,v 1.1.1.1 2008/09/15 13:15:46 jmcneill Exp $
|
|
|
|
--- plugins/tomsmocomp.cpp.orig 2004-10-20 13:38:04.000000000 -0400
|
|
+++ plugins/tomsmocomp.cpp
|
|
@@ -31,7 +31,7 @@ public:
|
|
|
|
#define IS_MMX
|
|
#define SSE_TYPE MMX
|
|
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
|
|
+#define FUNCT_NAME filterDScaler_MMX
|
|
#include "tomsmocomp/TomsMoCompAll.inc"
|
|
#undef IS_MMX
|
|
#undef SSE_TYPE
|
|
@@ -39,7 +39,7 @@ public:
|
|
|
|
#define IS_3DNOW
|
|
#define SSE_TYPE 3DNOW
|
|
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
|
|
+#define FUNCT_NAME filterDScaler_3DNOW
|
|
#include "tomsmocomp/TomsMoCompAll.inc"
|
|
#undef IS_3DNOW
|
|
#undef SSE_TYPE
|
|
@@ -47,7 +47,7 @@ public:
|
|
|
|
#define IS_SSE
|
|
#define SSE_TYPE SSE
|
|
-#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
|
|
+#define FUNCT_NAME filterDScaler_SSE
|
|
#include "tomsmocomp/TomsMoCompAll.inc"
|
|
#undef IS_SSE
|
|
#undef SSE_TYPE
|