diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-07-25 10:15:53 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-07-25 10:15:53 +0000 |
commit | a3dff6621738f971d1f9cabbdfb4ba2aa664d194 (patch) | |
tree | 0980d18c5223435c529ab67c217185a87313007a /ext/mplex/fastintfns.h | |
parent | 6dd1ca288fb14d8ebfe3be2c050f6bb2dd4330c8 (diff) | |
download | gst-plugins-bad-a3dff6621738f971d1f9cabbdfb4ba2aa664d194.tar.gz gst-plugins-bad-a3dff6621738f971d1f9cabbdfb4ba2aa664d194.tar.bz2 gst-plugins-bad-a3dff6621738f971d1f9cabbdfb4ba2aa664d194.zip |
Fixes to allow plugin to build with Forte.
Original commit message from CVS:
Fixes to allow plugin to build with Forte.
Diffstat (limited to 'ext/mplex/fastintfns.h')
-rw-r--r-- | ext/mplex/fastintfns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mplex/fastintfns.h b/ext/mplex/fastintfns.h index db78af1e..7c1ec130 100644 --- a/ext/mplex/fastintfns.h +++ b/ext/mplex/fastintfns.h @@ -4,6 +4,9 @@ * */ +#ifndef __inline__ +#define __inline__ inline +#endif static __inline__ int intmax( register int x, register int y ) { |