comparison input/input.c @ 26543:606fe14e4e6c

Use full path for libavutil #includes.
author diego
date Mon, 28 Apr 2008 14:44:10 +0000
parents e9617c54bb04
children 45fc8351ca9b
comparison
equal deleted inserted replaced
26542:3a2e8ae7c548 26543:606fe14e4e6c
18 #endif 18 #endif
19 #include "mp_fifo.h" 19 #include "mp_fifo.h"
20 #include "osdep/getch2.h" 20 #include "osdep/getch2.h"
21 #include "osdep/keycodes.h" 21 #include "osdep/keycodes.h"
22 #include "osdep/timer.h" 22 #include "osdep/timer.h"
23 #include "avstring.h" 23 #include "libavutil/avstring.h"
24 #include "mp_msg.h" 24 #include "mp_msg.h"
25 #include "help_mp.h" 25 #include "help_mp.h"
26 #include "m_config.h" 26 #include "m_config.h"
27 #include "m_option.h" 27 #include "m_option.h"
28 #include "get_path.h" 28 #include "get_path.h"