mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
ff79fde159
This requires --build-peers-said-large-imports-were-ok since third_party/rust/mp4parse/src/lib.rs is 113KB. This code is just moving from media/mp4parse-rust to third_party/rust, so it's not really adding to net code size. Differential Revision: https://phabricator.services.mozilla.com/D74488
13 lines
408 B
C
13 lines
408 B
C
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
#ifndef mp4parse_rust_mp4parse_h
|
|
#define mp4parse_rust_mp4parse_h
|
|
|
|
#include "mp4parse_ffi_generated.h" // prepend mozilla/media when we namespace this
|
|
|
|
// Add any non-generated support code here
|
|
|
|
#endif
|