Mercurial > mplayer.hg
comparison libmenu/menu_list.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 | df2c2642a65c |
children | 476d4922566a |
comparison
equal
deleted
inserted
replaced
19430:de5065d3ce74 | 19431:ac69ba536915 |
---|---|
4 #include <ctype.h> | 4 #include <ctype.h> |
5 #include <string.h> | 5 #include <string.h> |
6 | 6 |
7 #include "config.h" | 7 #include "config.h" |
8 | 8 |
9 #include "img_format.h" | 9 #include "libmpcodecs/img_format.h" |
10 #include "mp_image.h" | 10 #include "libmpcodecs/mp_image.h" |
11 | 11 |
12 #include "m_struct.h" | 12 #include "m_struct.h" |
13 #include "menu.h" | 13 #include "menu.h" |
14 | 14 |
15 #include "libvo/font_load.h" | 15 #include "libvo/font_load.h" |