From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- stream/stream_lavf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream/stream_lavf.c') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index d3aaf52d85..5a14cbdeb5 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -22,13 +22,13 @@ #include "config.h" #include "options/options.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "stream.h" #include "options/m_option.h" #include "cookies.h" -#include "mpvcore/bstr.h" +#include "bstr/bstr.h" #include "talloc.h" static int open_f(stream_t *stream, int mode); -- cgit v1.2.3