diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-27 18:31:04 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-27 18:31:04 +0000 |
commit | 28ce0758cf26af0980ed374764736b46a72c453b (patch) | |
tree | 8dfabc24ee85879aab690079f33ad9ce65e731eb /loader/dmo | |
parent | a33158d60d04f21ee10881ccc5cd295e1aae5bca (diff) |
include MSGL_* definitions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17979 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dmo')
-rw-r--r-- | loader/dmo/DMO_AudioDecoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c index 8139c1a157..a534c21540 100644 --- a/loader/dmo/DMO_AudioDecoder.c +++ b/loader/dmo/DMO_AudioDecoder.c @@ -33,6 +33,8 @@ struct _DMO_AudioDecoder #include <stdio.h> #include <stdlib.h> +#include "../../mp_msg.h" + #define __MODULE__ "DirectShow audio decoder" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); |