summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 13:58:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 13:58:03 +0000
commit77b42596004ed6aae7f358cb107f01cffd22a6ef (patch)
treebc97e8c5e4a7b5a0b17be171c53a5f6d2e6f4c6c /libvo/video_out.h
parentbdb9b1d5dcdb46b5cadcfb3642a29e5e8d8e424b (diff)
downloadmpv-77b42596004ed6aae7f358cb107f01cffd22a6ef.tar.bz2
mpv-77b42596004ed6aae7f358cb107f01cffd22a6ef.tar.xz
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index b7b214f642..85b633278d 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -14,7 +14,7 @@
#include <stdarg.h>
//#include "font_load.h"
-#include "img_format.h"
+#include "libmpcodecs/img_format.h"
//#include "vidix/vidix.h"
#define VO_EVENT_EXPOSE 1