Mercurial > mplayer.hg
changeset 26543:606fe14e4e6c
Use full path for libavutil #includes.
author | diego |
---|---|
date | Mon, 28 Apr 2008 14:44:10 +0000 |
parents | 3a2e8ae7c548 |
children | f20a11161e62 |
files | input/input.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/input/input.c Mon Apr 28 14:43:30 2008 +0000 +++ b/input/input.c Mon Apr 28 14:44:10 2008 +0000 @@ -20,7 +20,7 @@ #include "osdep/getch2.h" #include "osdep/keycodes.h" #include "osdep/timer.h" -#include "avstring.h" +#include "libavutil/avstring.h" #include "mp_msg.h" #include "help_mp.h" #include "m_config.h"