/[qemu]/qemu/audio/audio.c
ViewVC logotype

Diff of /qemu/audio/audio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Thu Nov 11 16:55:09 2004 UTC revision 1.4 by bellard, Sun Nov 14 19:57:29 2004 UTC
# Line 24  Line 24 
24  #include <assert.h>  #include <assert.h>
25  #include "vl.h"  #include "vl.h"
26    
 #define USE_SDL_AUDIO  
27  #define USE_WAV_AUDIO  #define USE_WAV_AUDIO
28    
29  #include "audio/audio_int.h"  #include "audio/audio_int.h"
# Line 779  static struct audio_output_driver *drvta Line 778  static struct audio_output_driver *drvta
778  #ifdef CONFIG_OSS  #ifdef CONFIG_OSS
779      &oss_output_driver,      &oss_output_driver,
780  #endif  #endif
781  #ifdef USE_FMOD_AUDIO  #ifdef CONFIG_FMOD
782      &fmod_output_driver,      &fmod_output_driver,
783  #endif  #endif
784  #ifdef CONFIG_SDL  #ifdef CONFIG_SDL

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26