]> git.mxchange.org Git - simgear.git/blobdiff - src/sm.h
Removed gpc from Libs since this is not "free ware" and the author has
[simgear.git] / 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 )
   {