Mercurial > mplayer.hg
diff libmpcodecs/vf_scale.c @ 17012:6ff3379a0862
Unify include path handling, -I.. is in CFLAGS.
| author | diego |
|---|---|
| date | Fri, 18 Nov 2005 14:39:25 +0000 |
| parents | 7e9403eec2f6 |
| children | 73ed22ef2035 |
line wrap: on
line diff
--- a/libmpcodecs/vf_scale.c Fri Nov 18 14:14:21 2005 +0000 +++ b/libmpcodecs/vf_scale.c Fri Nov 18 14:39:25 2005 +0000 @@ -3,16 +3,16 @@ #include <string.h> #include <inttypes.h> -#include "../config.h" -#include "../mp_msg.h" -#include "../cpudetect.h" +#include "config.h" +#include "mp_msg.h" +#include "cpudetect.h" #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "../libvo/fastmemcpy.h" -#include "../postproc/swscale.h" +#include "libvo/fastmemcpy.h" +#include "postproc/swscale.h" #include "vf_scale.h" #include "m_option.h"
