Mercurial > mplayer.hg
diff command.c @ 32209:ef21cbba62ee
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
ass_mp.[ch] is not part of libass and no other external library glue code
is kept in the same directory as the imported external library.
| author | diego |
|---|---|
| date | Fri, 17 Sep 2010 15:13:37 +0000 |
| parents | d1e3a6f7d48a |
| children | 76f94c00a69f |
line wrap: on
line diff
--- a/command.c Fri Sep 17 15:02:46 2010 +0000 +++ b/command.c Fri Sep 17 15:13:37 2010 +0000 @@ -58,7 +58,7 @@ #include "stream/stream_dvd.h" #endif #include "stream/stream_dvdnav.h" -#include "libass/ass_mp.h" +#include "ass_mp.h" #include "m_struct.h" #include "libmenu/menu.h" #include "gui/interface.h"
