X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c905cb7fdc856317f1e1db9c6d6aaa93c67920c..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/wxMMedia/mmdata.cpp?ds=sidebyside diff --git a/utils/wxMMedia/mmdata.cpp b/utils/wxMMedia/mmdata.cpp index a89cae04e4..ebd196874f 100644 --- a/utils/wxMMedia/mmdata.cpp +++ b/utils/wxMMedia/mmdata.cpp @@ -23,6 +23,7 @@ #include "sndau.h" #include "sndpcm.h" #include "sndmulaw.h" +#include "sndadpcm.h" #include "vidbase.h" #if defined(__X__) || defined(__WXGTK__) #include "vidxanm.h" @@ -50,6 +51,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxSndSimpleBuffer, wxSndBuffer) IMPLEMENT_ABSTRACT_CLASS(wxSoundCodec, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxSoundPcmCodec, wxSoundCodec) IMPLEMENT_DYNAMIC_CLASS(wxSoundMulawCodec, wxSoundCodec) +IMPLEMENT_DYNAMIC_CLASS(wxSoundAdpcmCodec, wxSoundCodec) #ifdef __UNIX__ IMPLEMENT_DYNAMIC_CLASS(wxUssSound, wxSound)