From: curt Date: Tue, 27 Oct 1998 02:14:16 +0000 (+0000) Subject: Tweak for building with latest egcs. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5695fc84e1b344307696f383ab42392151d5c091;p=flightgear.git Tweak for building with latest egcs. --- diff --git a/src/sm.h b/src/sm.h index 5e9d50d1a..f884cd037 100644 --- a/src/sm.h +++ b/src/sm.h @@ -6,6 +6,7 @@ #ifdef SL_USING_OSS_AUDIO #define SMMIXER_DEFAULT_DEVICE "/dev/mixer" +// static char *labels [] = SOUND_DEVICE_LABELS; #elif defined(WIN32) #define SMMIXER_DEFAULT_DEVICE "mixer" #else @@ -28,7 +29,7 @@ private: int fd ; #ifdef SL_USING_OSS_AUDIO - static char *labels [] = SOUND_DEVICE_LABELS ; + // static char *labels [] = SOUND_DEVICE_LABELS ; int ioctl ( int cmd, int param = 0 ) {