diff libmpcodecs/vf_expand.c @ 32469:3fef2e17a03f

Move osd.[ch] and osd_template.c from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:53:24 +0000
parents fbe5c829c69b
children d4d4fe2184a4
line wrap: on
line diff
--- a/libmpcodecs/vf_expand.c	Wed Oct 27 17:52:45 2010 +0000
+++ b/libmpcodecs/vf_expand.c	Wed Oct 27 17:53:24 2010 +0000
@@ -36,7 +36,7 @@
 
 #ifdef OSD_SUPPORT
 #include "sub/sub.h"
-#include "libvo/osd.h"
+#include "sub/osd.h"
 #endif
 
 #include "m_option.h"