mkvparser: move to mkvparser sub dir.

Move mkvparser and mkvreader to mkvparser/.

Change-Id: I18c4575483f628344034d81b7d90d3aa86c163ff
This commit is contained in:
Tom Finegan
2016-03-16 20:34:30 -07:00
parent e64bf75688
commit 008aa63d6a
14 changed files with 31 additions and 25 deletions

View File

@@ -13,8 +13,8 @@
#include <memory>
#include <new>
#include "mkvparser.hpp"
#include "mkvreader.hpp"
#include "mkvparser/mkvparser.hpp"
#include "mkvparser/mkvreader.hpp"
#ifdef _MSC_VER
// Disable MSVC warnings that suggest making code non-portable.