Made ogg vorbis support check use dummy SDL audio driver
This commit is contained in:
parent
c4d78f8fc6
commit
6163285ae0
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ int main(int argc, char ** argv)
|
|||
if context.env["host"]:
|
||||
context.Result("n/a (cross-compile)")
|
||||
return True
|
||||
context.env["ENV"]["SDL_AUDIODRIVER"] = "dummy"
|
||||
(result, output) = context.TryRun(test_program1, ".c")
|
||||
if result:
|
||||
context.Result("yes")
|
||||
|
|
Loading…
Add table
Reference in a new issue