Skip to content

Commit 1be5889

Browse files
committed
Add temporary include shims at old file locations.
Helps ease the downstream transition to the new libwebm layout. BUG=28069412 Change-Id: I0d4182e22a10fecdd5982b8aceba687dea9529d8
1 parent 32d5ac4 commit 1be5889

10 files changed

+158
-0
lines changed

hdr_util.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_HDR_UTIL_HPP_
9+
#define LIBWEBM_HDR_UTIL_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "common/hdr_util.h"
14+
15+
#endif // LIBWEBM_HDR_UTIL_HPP_

mkvmuxer.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVMUXER_HPP_
9+
#define LIBWEBM_MKVMUXER_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvmuxer/mkvmuxer.h"
14+
15+
#endif // LIBWEBM_MKVMUXER_HPP_

mkvmuxertypes.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVMUXERTYPES_HPP_
9+
#define LIBWEBM_MKVMUXERTYPES_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvmuxer/mkvmuxertypes.hpp"
14+
15+
#endif // LIBWEBM_MKVMUXERTYPES_HPP_

mkvmuxerutil.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVMUXERUTIL_HPP_
9+
#define LIBWEBM_MKVMUXERUTIL_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvmuxer/mkvmuxerutil.h"
14+
15+
#endif // LIBWEBM_MKVMUXERUTIL_HPP_

mkvparser.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVPARSER_HPP_
9+
#define LIBWEBM_MKVPARSER_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvparser/mkvparser.h"
14+
15+
#endif // LIBWEBM_MKVPARSER_HPP_

mkvreader.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVREADER_HPP_
9+
#define LIBWEBM_MKVREADER_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvparser/mkvreader.h"
14+
15+
#endif // LIBWEBM_MKVREADER_HPP_

mkvwriter.hpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_MKVWRITER_HPP_
9+
#define LIBWEBM_MKVWRITER_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "mkvmuxer/mkvwriter.h"
14+
15+
#endif // LIBWEBM_MKVWRITER_HPP_

vttreader.h

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_VTTREADER_H_
9+
#define LIBWEBM_VTTREADER_H_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "webvtt/vttreader.h"
14+
15+
#endif // LIBWEBM_VTTREADER_H_

webmids.hpp

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_WEBMIDS_HPP_
9+
#define LIBWEBM_WEBMIDS_HPP_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "common/webmids.h"
14+
15+
namespace mkvmuxer {
16+
// MkvId moved from the mkvmuxer namespace to the libwebm namespace. Pull all
17+
// of libwebm into mkvmuxer to ease transition to the new namespace. New
18+
// projects should use libwebm::MkvId and should not expect to find MkvId in
19+
// mkvmuxer.
20+
using namespace libwebm;
21+
} // namespace mkvmuxer
22+
23+
#endif // LIBWEBM_WEBMIDS_HPP_

webvttparser.h

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2+
//
3+
// Use of this source code is governed by a BSD-style license
4+
// that can be found in the LICENSE file in the root of the source
5+
// tree. An additional intellectual property rights grant can be found
6+
// in the file PATENTS. All contributing project authors may
7+
// be found in the AUTHORS file in the root of the source tree.
8+
#ifndef LIBWEBM_WEBVTTPARSER_H_
9+
#define LIBWEBM_WEBVTTPARSER_H_
10+
11+
// This file is a wrapper for the file included immediately after this comment.
12+
// New projects should not include this file: include the file included below.
13+
#include "webvtt/webvttparser.h"
14+
15+
#endif // LIBWEBM_WEBVTTPARSER_H_

0 commit comments

Comments
 (0)