changeset 25775:7a0bcfc36766

Add missing #include, fixes the warning: dshow/mediatype.c:89: warning: implicit declaration of function 'vo_format_name'
author diego
date Sat, 19 Jan 2008 15:20:18 +0000
parents ebd1ab1c5357
children cf1d3164d30c
files loader/dshow/mediatype.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/mediatype.c	Sat Jan 19 15:08:01 2008 +0000
+++ b/loader/dshow/mediatype.c	Sat Jan 19 15:20:18 2008 +0000
@@ -21,6 +21,7 @@
  *
  */
 #include "mp_msg.h"
+#include "libmpcodecs/img_format.h"
 #include "wine/winerror.h"
 #include "com.h"
 #include "mediatype.h"