diff options
Diffstat (limited to 'gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc')
-rw-r--r-- | gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc b/gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc index 6a68f08b..f6344eab 100644 --- a/gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc +++ b/gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc @@ -5,7 +5,7 @@ #endif #ifdef USE_STRANGE_BOB -#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##_SB) +#define SEARCH_EFFORT_FUNC(n) SEFUNC(n##SB) #else #define SEARCH_EFFORT_FUNC(n) SEFUNC(n) #endif @@ -241,4 +241,3 @@ static inline int SEARCH_EFFORT_FUNC(Max) #undef SEARCH_EFFORT_FUNC - |