~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIWindowMusicBase.cpp

  • Committer: bobbin007
  • Date: 2005-06-16 17:39:04 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:3673
added: aac codec for paplayer (needs aaccodec.dll in system\players\paplayer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
        CSectionLoader::UnloadDLL(SHN_DLL);
252
252
        CSectionLoader::UnloadDLL(MPC_DLL);
253
253
        CSectionLoader::UnloadDLL(OGG_DLL);
 
254
        CSectionLoader::UnloadDLL(AAC_DLL);
254
255
        m_bSectionsLoaded=false;
255
256
      }
256
257
    }
267
268
      CSectionLoader::LoadDLL(SHN_DLL);
268
269
      CSectionLoader::LoadDLL(MPC_DLL);
269
270
      CSectionLoader::LoadDLL(OGG_DLL);
 
271
      CSectionLoader::LoadDLL(AAC_DLL);
270
272
      m_bSectionsLoaded=true;
271
273
 
272
274
      g_musicDatabase.Open();