Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: media/libstagefright/binding/mp4parse_capi/Cargo.toml

Issue 29487700: Issue 5409 - Build fails due to mp4parse (Closed)
Patch Set: Created July 12, 2017, 8:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [package] 1 [package]
2 name = "mp4parse_capi" 2 name = "mp4parse_capi"
3 version = "0.6.0" 3 version = "0.6.0"
4 authors = [ 4 authors = [
5 "Ralph Giles <giles@mozilla.com>", 5 "Ralph Giles <giles@mozilla.com>",
6 "Matthew Gregan <kinetik@flim.org>", 6 "Matthew Gregan <kinetik@flim.org>",
7 "Alfredo Yang <ayang@mozilla.com>", 7 "Alfredo Yang <ayang@mozilla.com>",
8 ] 8 ]
9 9
10 description = "Parser for ISO base media file format (mp4)" 10 description = "Parser for ISO base media file format (mp4)"
11 documentation = "https://mp4parse-docs.surge.sh/mp4parse/" 11 documentation = "https://mp4parse-docs.surge.sh/mp4parse/"
12 license = "MPL-2.0" 12 license = "MPL-2.0"
13 13
14 repository = "https://github.com/mozilla/mp4parse-rust" 14 repository = "https://github.com/mozilla/mp4parse-rust"
15 15
16 # Avoid complaints about trying to package test files. 16 # Avoid complaints about trying to package test files.
17 exclude = [ 17 exclude = [
18 "*.mp4", 18 "*.mp4",
19 ] 19 ]
20 20
21 build = false
22
21 [dependencies] 23 [dependencies]
22 byteorder = "1.0.0" 24 byteorder = "1.0.0"
23 "mp4parse" = {version = "0.6.0", path = "../mp4parse"} 25 "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
24 26
25 # Somewhat heavy-handed, but we want at least -Z force-overflow-checks=on. 27 # Somewhat heavy-handed, but we want at least -Z force-overflow-checks=on.
26 [profile.release] 28 [profile.release]
27 debug-assertions = true 29 debug-assertions = true
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld