diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-08-13 21:09:20 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-08-13 21:09:20 +0000 |
commit | 031df7c737eb6e100a2653cd0640c4d66fae2dfe (patch) | |
tree | 6ef712cb88ad71ec6e6bc9561aabea5fe057ecd2 /gst-libs/ext/mplex/fastintfns.h | |
parent | c6062bcdd303ba29c1733ea1800f779c1b726c71 (diff) | |
download | gst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.tar.gz gst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.tar.bz2 gst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.zip |
so bug cannot be closed yet
Original commit message from CVS:
Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
Diffstat (limited to 'gst-libs/ext/mplex/fastintfns.h')
-rw-r--r-- | gst-libs/ext/mplex/fastintfns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/ext/mplex/fastintfns.h b/gst-libs/ext/mplex/fastintfns.h index db78af1e..7c1ec130 100644 --- a/gst-libs/ext/mplex/fastintfns.h +++ b/gst-libs/ext/mplex/fastintfns.h @@ -4,6 +4,9 @@ * */ +#ifndef __inline__ +#define __inline__ inline +#endif static __inline__ int intmax( register int x, register int y ) { |