From 5695fc84e1b344307696f383ab42392151d5c091 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Oct 1998 02:14:16 +0000 Subject: [PATCH] Tweak for building with latest egcs. --- src/sm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) { -- 2.39.5