Mercurial > mplayer.hg
comparison libvo/vo_aa.c @ 32467:fbe5c829c69b
Move libvo/sub.[ch] from libvo to sub.
author | cigaes |
---|---|
date | Wed, 27 Oct 2010 17:47:13 +0000 |
parents | 9e627a1793b1 |
children | 8fa2f43cb760 |
comparison
equal
deleted
inserted
replaced
32466:9e627a1793b1 | 32467:fbe5c829c69b |
---|---|
38 #include "video_out_internal.h" | 38 #include "video_out_internal.h" |
39 #include "aspect.h" | 39 #include "aspect.h" |
40 #include "libswscale/swscale.h" | 40 #include "libswscale/swscale.h" |
41 #include "libmpcodecs/vf_scale.h" | 41 #include "libmpcodecs/vf_scale.h" |
42 #include "sub/font_load.h" | 42 #include "sub/font_load.h" |
43 #include "sub.h" | 43 #include "sub/sub.h" |
44 | 44 |
45 #include "osdep/keycodes.h" | 45 #include "osdep/keycodes.h" |
46 #include <aalib.h> | 46 #include <aalib.h> |
47 #include "subopt-helper.h" | 47 #include "subopt-helper.h" |
48 #include "help_mp.h" | 48 #include "help_mp.h" |