diff --git a/utils/wxMMedia2/board/mmbman.cpp b/utils/wxMMedia2/board/mmbman.cpp index 71e9471f9f..7f875c2b8f 100644 --- a/utils/wxMMedia2/board/mmbman.cpp +++ b/utils/wxMMedia2/board/mmbman.cpp @@ -361,7 +361,8 @@ void MMBoardVideoFile::SetWindow(wxWindow *window) m_video_driver->GetSize(size); window->SetSize(size); // BAD BAD - window->GetParent()->GetSizer()->Fit(window->GetParent()); + // and we remove + // window->GetParent()->GetSizer()->Fit(window->GetParent()); } void MMBoardVideoFile::Play() diff --git a/utils/wxMMedia2/board/mmboard.cpp b/utils/wxMMedia2/board/mmboard.cpp index caae0b3eac..483b7cf6b8 100644 --- a/utils/wxMMedia2/board/mmboard.cpp +++ b/utils/wxMMedia2/board/mmboard.cpp @@ -207,14 +207,13 @@ wxUint8 MMBoardApp::TestMultimediaCaps() delete dev; // We test the OSS (Open Sound System) support. + // WARNING: There is a conflict between ESD and ALSA -#if 0 dev = new wxSoundStreamOSS(); if (dev->GetError() == wxSOUND_NOERR) caps |= MM_SOUND_OSS; delete dev; #endif -#endif #ifdef __WIN32__ // We test the Windows sound support.