Skip to content

Commit

Permalink
Merge pull request #3155 from fritsch/make-ae-default
Browse files Browse the repository at this point in the history
ActiveAE: Make ActiveAE default Audio Engine to get it tested
  • Loading branch information
MartijnKaijser committed Aug 31, 2013
2 parents 15eaf82 + 08c93fd commit a1c6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/AudioEngine/AEFactory.cpp
Expand Up @@ -97,7 +97,7 @@ bool CAEFactory::LoadEngine()
loaded = CAEFactory::LoadEngine(AE_ENGINE_COREAUDIO);
#else
if (!loaded)
loaded = CAEFactory::LoadEngine(AE_ENGINE_SOFT);
loaded = CAEFactory::LoadEngine(AE_ENGINE_ACTIVE);
#endif

return loaded;
Expand Down

0 comments on commit a1c6b23

Please sign in to comment.