diff options
Diffstat (limited to 'src/xine-engine/audio_out.c')
-rw-r--r-- | src/xine-engine/audio_out.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c index ba112d0a6..262f9851f 100644 --- a/src/xine-engine/audio_out.c +++ b/src/xine-engine/audio_out.c @@ -17,7 +17,7 @@ * along with self program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.c,v 1.37 2001/12/09 18:31:02 jcdutton Exp $ + * $Id: audio_out.c,v 1.38 2001/12/10 12:31:09 jkeil Exp $ * * 22-8-2001 James imported some useful AC3 sections from the previous alsa driver. * (c) 2001 Andy Lo A Foe <andy@alsaplayer.org> @@ -41,8 +41,10 @@ * Currently, I don't think resampling functions, as I cannot test it. */ +#ifndef __sun /* required for swab() */ #define _XOPEN_SOURCE 500 +#endif /* required for FNDELAY decl */ #define _BSD_SOURCE 1 |