Browse Source

moved platform stuff to audiotraits

Dave Schuyler 24 years ago
parent
commit
dfc6b42a17
1 changed files with 1 additions and 22 deletions
  1. 1 22
      panda/src/audio/Sources.pp

+ 1 - 22
panda/src/audio/Sources.pp

@@ -1,27 +1,14 @@
 #define OTHER_LIBS dtoolconfig dtool
 #define DIRECTORY_IF_AUDIO yes
-#define DIRECTORY_IF_IPC yes
-// #define USE_MIKMOD yes
 
 #begin lib_target
-  #define USE_AUDIO yes
-  #define USE_MIKMOD yes
-
   #define TARGET audio
-  #define LOCAL_LIBS putil ipc gui
+  #define LOCAL_LIBS putil gui
 
   #define SOURCES \
     config_audio.cxx config_audio.h \
     audioManager.I audioManager.cxx audioManager.h \
     audioSound.cxx audioSound.h \
-    $[if $[HAVE_SYS_SOUNDCARD_H], \
-      linuxAudioManager.cxx linuxAudioManager.h \
-      linuxAudioSound.cxx linuxAudioSound.h \
-    ,] \
-    $[if $[HAVE_RAD_MSS], \
-      milesAudioManager.cxx milesAudioManager.h \
-      milesAudioSound.I milesAudioSound.cxx milesAudioSound.h \
-    ,] \
     nullAudioManager.cxx nullAudioManager.h \
     nullAudioSound.cxx nullAudioSound.h \
     audio_gui_functor.h audio_gui_functor.cxx
@@ -31,14 +18,6 @@
     audio.h \
     audioManager.h audioManager.I \
     audioSound.h \
-    $[if $[HAVE_SYS_SOUNDCARD_H], \
-      linuxAudioManager.h \
-      linuxAudioSound.h \
-    ,] \
-    $[if $[HAVE_RAD_MSS], \
-      milesAudioManager.h \
-      milesAudioSound.h milesAudioSound.I \
-    ,] \
     nullAudioManager.h \
     nullAudioSound.h \
     audio_gui_functor.h