1 diff -Naur tvtime-1.0.1/plugins/greedyh.asm tvtime-1.0.1-gcc41/plugins/greedyh.asm
2 --- tvtime-1.0.1/plugins/greedyh.asm 2005-08-14 18:16:43.000000000 +0200
3 +++ tvtime-1.0.1-gcc41/plugins/greedyh.asm 2005-11-28 17:53:09.210774544 +0100
6 #include "x86-64_macros.inc"
8 -void DScalerFilterGreedyH::FUNCT_NAME(TDeinterlaceInfo* pInfo)
9 +void FUNCT_NAME(TDeinterlaceInfo* pInfo)
12 bool InfoIsOdd = (pInfo->PictureHistory[0]->Flags & PICTURE_INTERLACED_ODD) ? 1 : 0;
13 diff -Naur tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc
14 --- tvtime-1.0.1/plugins/tomsmocomp/TomsMoCompAll2.inc 2004-10-20 17:31:05.000000000 +0200
15 +++ tvtime-1.0.1-gcc41/plugins/tomsmocomp/TomsMoCompAll2.inc 2005-11-28 17:53:33.251119856 +0100
19 #ifdef USE_STRANGE_BOB
20 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
21 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
23 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
24 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
27 int SEARCH_EFFORT_FUNC(0) // we don't try at all ;-)
28 diff -Naur tvtime-1.0.1/plugins/tomsmocomp.cpp tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp
29 --- tvtime-1.0.1/plugins/tomsmocomp.cpp 2004-10-20 19:38:04.000000000 +0200
30 +++ tvtime-1.0.1-gcc41/plugins/tomsmocomp.cpp 2005-11-28 17:52:53.862107896 +0100
35 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_MMX
36 +#define FUNCT_NAME filterDScaler_MMX
37 #include "tomsmocomp/TomsMoCompAll.inc"
43 #define SSE_TYPE 3DNOW
44 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_3DNOW
45 +#define FUNCT_NAME filterDScaler_3DNOW
46 #include "tomsmocomp/TomsMoCompAll.inc"
53 -#define FUNCT_NAME DScalerFilterTomsMoComp::filterDScaler_SSE
54 +#define FUNCT_NAME filterDScaler_SSE
55 #include "tomsmocomp/TomsMoCompAll.inc"