]> git.mxchange.org Git - flightgear.git/commitdiff
Tweak for building with latest egcs.
authorcurt <curt>
Tue, 27 Oct 1998 02:14:16 +0000 (02:14 +0000)
committercurt <curt>
Tue, 27 Oct 1998 02:14:16 +0000 (02:14 +0000)
src/sm.h

index 5e9d50d1a52185a747440bc601fc0a2084ffe43e..f884cd0374c409616a6f684452fdbdabb5bd70af 100644 (file)
--- 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 )
   {