diff mencoder.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 7b135236a44a
line wrap: on
line diff
--- a/mencoder.c	Wed Oct 27 17:37:29 2010 +0000
+++ b/mencoder.c	Wed Oct 27 17:47:13 2010 +0000
@@ -73,7 +73,7 @@
 #include "libmpdemux/stheader.h"
 #include "libvo/fastmemcpy.h"
 #include "sub/font_load.h"
-#include "libvo/sub.h"
+#include "sub/sub.h"
 #include "libvo/video_out.h"
 #include "osdep/timer.h"
 #include "stream/stream.h"