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/ --- demux/codec_tags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/codec_tags.c') diff --git a/demux/codec_tags.c b/demux/codec_tags.c index e63f1e7134..299249a2cf 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -20,7 +20,7 @@ #include #include "codec_tags.h" #include "stheader.h" -#include "mpvcore/av_common.h" +#include "common/av_common.h" /* The following tables map FourCCs to codec names (as defined by libavcodec). * However, this includes only names that are not defined by libavformat's -- cgit v1.2.3