fixed build
authorS. Davilla <davilla@4pi.com>
Wed, 2 Oct 2013 17:32:33 +0000 (13:32 -0400)
committerS. Davilla <davilla@4pi.com>
Wed, 2 Oct 2013 17:33:16 +0000 (13:33 -0400)
xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp

index 3cb4250..c48c278 100644 (file)
@@ -107,7 +107,6 @@ bool CAESinkAUDIOTRACK::Initialize(AEAudioFormat &format, std::string &device)
 #if defined(HAS_LIBAMCODEC)
   if (CSettings::Get().GetBool("videoplayer.useamcodec"))
     aml_set_audio_passthrough(m_passthrough);
-  }
 #endif
 
   // default to 44100, all android devices support it.