Mercurial > mplayer.hg
changeset 7876:af8233ef7161
1l
author | arpi |
---|---|
date | Wed, 23 Oct 2002 18:53:06 +0000 |
parents | b890315b36d7 |
children | f0a5d830850a |
files | libvo/video_out.h libvo/video_out_internal.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/video_out.h Wed Oct 23 18:51:19 2002 +0000 +++ b/libvo/video_out.h Wed Oct 23 18:53:06 2002 +0000 @@ -16,8 +16,6 @@ //#include "font_load.h" #include "img_format.h" #include "../vidix/vidix.h" -/* All video drivers will want this */ -#include "geometry.h" #define VO_EVENT_EXPOSE 1 #define VO_EVENT_RESIZE 2
--- a/libvo/video_out_internal.h Wed Oct 23 18:51:19 2002 +0000 +++ b/libvo/video_out_internal.h Wed Oct 23 18:53:06 2002 +0000 @@ -21,8 +21,10 @@ * */ +/* All video drivers will want this */ #include "../libmpcodecs/vfcap.h" #include "../libmpcodecs/mp_image.h" +#include "geometry.h" static uint32_t control(uint32_t request, void *data, ...); static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,