Mercurial > mplayer.hg
comparison libmenu/menu_filesel.c @ 19431:ac69ba536915
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
author | diego |
---|---|
date | Fri, 18 Aug 2006 13:58:03 +0000 |
parents | 6927fabaef92 |
children | f57977ac0394 |
comparison
equal
deleted
inserted
replaced
19430:de5065d3ce74 | 19431:ac69ba536915 |
---|---|
16 #include "help_mp.h" | 16 #include "help_mp.h" |
17 | 17 |
18 #include "m_struct.h" | 18 #include "m_struct.h" |
19 #include "m_option.h" | 19 #include "m_option.h" |
20 | 20 |
21 #include "img_format.h" | 21 #include "libmpcodecs/img_format.h" |
22 #include "mp_image.h" | 22 #include "libmpcodecs/mp_image.h" |
23 | 23 |
24 #include "menu.h" | 24 #include "menu.h" |
25 #include "menu_list.h" | 25 #include "menu_list.h" |
26 #include "input/input.h" | 26 #include "input/input.h" |
27 #include "osdep/keycodes.h" | 27 #include "osdep/keycodes.h" |