diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-28 17:16:51 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-08-28 17:16:51 +0000 |
commit | 9a72198248e0a29c8bac1f6735123e7954992fef (patch) | |
tree | 53de4b62e457fc2682c02b7073250821af0540f5 /gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc | |
parent | a72dc6992e5b278d336052751b66acfb7317248d (diff) | |
download | gst-plugins-bad-9a72198248e0a29c8bac1f6735123e7954992fef.tar.gz gst-plugins-bad-9a72198248e0a29c8bac1f6735123e7954992fef.tar.bz2 gst-plugins-bad-9a72198248e0a29c8bac1f6735123e7954992fef.zip |
gst/dccp/: Fix compilation on Solaris by including filio.h as needed.
Original commit message from CVS:
* gst/dccp/gstdccp.c:
* gst/dccp/gstdccpclientsrc.c:
Fix compilation on Solaris by including filio.h as needed.
* gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
* gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
Fix compilation with Forte - apparently it hates concatenating a
macro argument that starts with an underscore??
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 - |