From ec45be3bb68bd8c1be7a34c9a547e315071b7bf2 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 22 May 2003 11:33:15 +0000 Subject: Corrected modplug and monkeyaudio to build with non-gcc compilers. Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers. --- gst/modplug/libmodplug/sndfile.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gst/modplug/libmodplug') diff --git a/gst/modplug/libmodplug/sndfile.h b/gst/modplug/libmodplug/sndfile.h index 2dcbe65c..4be08a0f 100644 --- a/gst/modplug/libmodplug/sndfile.h +++ b/gst/modplug/libmodplug/sndfile.h @@ -16,6 +16,10 @@ typedef const BYTE * LPCBYTE; #endif +#ifndef __inline +#define __inline +#endif + #define MOD_AMIGAC2 0x1AB #define MAX_SAMPLE_LENGTH 16000000 #define MAX_SAMPLE_RATE 50000 @@ -509,7 +513,7 @@ enum { MIDIOUT_VOLUME, MIDIOUT_PAN, MIDIOUT_BANKSEL, - MIDIOUT_PROGRAM, + MIDIOUT_PROGRAM }; -- cgit v1.2.1