mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
FMOD configure options (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1147 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c76338c34f
commit
102a52e471
3 changed files with 27 additions and 12 deletions
|
@ -24,7 +24,6 @@
|
|||
#include <assert.h>
|
||||
#include "vl.h"
|
||||
|
||||
#define USE_SDL_AUDIO
|
||||
#define USE_WAV_AUDIO
|
||||
|
||||
#include "audio/audio_int.h"
|
||||
|
@ -779,7 +778,7 @@ static struct audio_output_driver *drvtab[] = {
|
|||
#ifdef CONFIG_OSS
|
||||
&oss_output_driver,
|
||||
#endif
|
||||
#ifdef USE_FMOD_AUDIO
|
||||
#ifdef CONFIG_FMOD
|
||||
&fmod_output_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SDL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue