Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / tvtime / patches / patch-ag
blobfa04200ce4dfda258bd16262ae5611a1d9fe9cd8
1 $NetBSD$
3 --- plugins/tomsmocomp/TomsMoCompAll2.inc.orig  2004-10-20 11:31:05.000000000 -0400
4 +++ plugins/tomsmocomp/TomsMoCompAll2.inc
5 @@ -5,9 +5,9 @@
6  #endif
7  
8  #ifdef USE_STRANGE_BOB
9 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n##_SB)
10 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB)
11  #else
12 -#define SEARCH_EFFORT_FUNC(n) DScalerFilterTomsMoComp::SEFUNC(n)
13 +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n)
14  #endif
16  int SEARCH_EFFORT_FUNC(0)              // we don't try at all ;-)