Mercurial > mplayer.hg
changeset 17978:d026c9bb2938
include MSGL_* definitions
author | henry |
---|---|
date | Mon, 27 Mar 2006 18:31:04 +0000 |
parents | f70772d02eaa |
children | 392c7c1b8ccc |
files | loader/dmo/DMO_AudioDecoder.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c Mon Mar 27 17:25:41 2006 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Mon Mar 27 18:31:04 2006 +0000 @@ -33,6 +33,8 @@ #include <stdio.h> #include <stdlib.h> +#include "../../mp_msg.h" + #define __MODULE__ "DirectShow audio decoder" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);