diff libmpcodecs/vf_ass.c @ 32467:fbe5c829c69b

Move libvo/sub.[ch] from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:47:13 +0000
parents bc43cf7638e6
children 8fa2f43cb760
line wrap: on
line diff
--- a/libmpcodecs/vf_ass.c	Wed Oct 27 17:37:29 2010 +0000
+++ b/libmpcodecs/vf_ass.c	Wed Oct 27 17:47:13 2010 +0000
@@ -36,7 +36,7 @@
 #include "vf.h"
 
 #include "libvo/fastmemcpy.h"
-#include "libvo/sub.h"
+#include "sub/sub.h"
 #include "m_option.h"
 #include "m_struct.h"