Mercurial > mplayer.hg
changeset 16841:55b59021b953
Make include paths consistent among files in libvo. Since -I.. is added
to the CFLAGS in the Makefile this should be safe.
author | diego |
---|---|
date | Sun, 23 Oct 2005 16:19:32 +0000 |
parents | 42d5eb8fef4b |
children | d977560c702b |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Sun Oct 23 15:54:13 2005 +0000 +++ b/libvo/vo_vesa.c Sun Oct 23 16:19:32 2005 +0000 @@ -44,8 +44,8 @@ #include "vosub_vidix.h" #endif -#include "../postproc/swscale.h" -#include "../libmpcodecs/vf_scale.h" +#include "postproc/swscale.h" +#include "libmpcodecs/vf_scale.h" #ifdef HAVE_PNG