Add temporary include shims at old file locations.
Helps ease the downstream transition to the new libwebm layout. BUG=28069412 Change-Id: I0d4182e22a10fecdd5982b8aceba687dea9529d8
This commit is contained in:
parent
32d5ac4941
commit
1be5889a6d
15
hdr_util.hpp
Normal file
15
hdr_util.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_HDR_UTIL_HPP_
|
||||
#define LIBWEBM_HDR_UTIL_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "common/hdr_util.h"
|
||||
|
||||
#endif // LIBWEBM_HDR_UTIL_HPP_
|
15
mkvmuxer.hpp
Normal file
15
mkvmuxer.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVMUXER_HPP_
|
||||
#define LIBWEBM_MKVMUXER_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvmuxer/mkvmuxer.h"
|
||||
|
||||
#endif // LIBWEBM_MKVMUXER_HPP_
|
15
mkvmuxertypes.hpp
Normal file
15
mkvmuxertypes.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVMUXERTYPES_HPP_
|
||||
#define LIBWEBM_MKVMUXERTYPES_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvmuxer/mkvmuxertypes.hpp"
|
||||
|
||||
#endif // LIBWEBM_MKVMUXERTYPES_HPP_
|
15
mkvmuxerutil.hpp
Normal file
15
mkvmuxerutil.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVMUXERUTIL_HPP_
|
||||
#define LIBWEBM_MKVMUXERUTIL_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvmuxer/mkvmuxerutil.h"
|
||||
|
||||
#endif // LIBWEBM_MKVMUXERUTIL_HPP_
|
15
mkvparser.hpp
Normal file
15
mkvparser.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVPARSER_HPP_
|
||||
#define LIBWEBM_MKVPARSER_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvparser/mkvparser.h"
|
||||
|
||||
#endif // LIBWEBM_MKVPARSER_HPP_
|
15
mkvreader.hpp
Normal file
15
mkvreader.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVREADER_HPP_
|
||||
#define LIBWEBM_MKVREADER_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvparser/mkvreader.h"
|
||||
|
||||
#endif // LIBWEBM_MKVREADER_HPP_
|
15
mkvwriter.hpp
Normal file
15
mkvwriter.hpp
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_MKVWRITER_HPP_
|
||||
#define LIBWEBM_MKVWRITER_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "mkvmuxer/mkvwriter.h"
|
||||
|
||||
#endif // LIBWEBM_MKVWRITER_HPP_
|
15
vttreader.h
Normal file
15
vttreader.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_VTTREADER_H_
|
||||
#define LIBWEBM_VTTREADER_H_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "webvtt/vttreader.h"
|
||||
|
||||
#endif // LIBWEBM_VTTREADER_H_
|
23
webmids.hpp
Normal file
23
webmids.hpp
Normal file
@ -0,0 +1,23 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_WEBMIDS_HPP_
|
||||
#define LIBWEBM_WEBMIDS_HPP_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "common/webmids.h"
|
||||
|
||||
namespace mkvmuxer {
|
||||
// MkvId moved from the mkvmuxer namespace to the libwebm namespace. Pull all
|
||||
// of libwebm into mkvmuxer to ease transition to the new namespace. New
|
||||
// projects should use libwebm::MkvId and should not expect to find MkvId in
|
||||
// mkvmuxer.
|
||||
using namespace libwebm;
|
||||
} // namespace mkvmuxer
|
||||
|
||||
#endif // LIBWEBM_WEBMIDS_HPP_
|
15
webvttparser.h
Normal file
15
webvttparser.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file in the root of the source
|
||||
// tree. An additional intellectual property rights grant can be found
|
||||
// in the file PATENTS. All contributing project authors may
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#ifndef LIBWEBM_WEBVTTPARSER_H_
|
||||
#define LIBWEBM_WEBVTTPARSER_H_
|
||||
|
||||
// This file is a wrapper for the file included immediately after this comment.
|
||||
// New projects should not include this file: include the file included below.
|
||||
#include "webvtt/webvttparser.h"
|
||||
|
||||
#endif // LIBWEBM_WEBVTTPARSER_H_
|
Loading…
Reference in New Issue
Block a user