Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
rav1e
Commits
18b6cd3a
Commit
18b6cd3a
authored
Sep 24, 2017
by
Guillaume Martres
Browse files
Upgrade gcc 0.3 -> cc 1.0
The crate was renamed:
https://github.com/alexcrichton/cc-rs
parent
c92e443b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
18b6cd3a
...
...
@@ -12,6 +12,6 @@ rand = "0.3"
y4m
=
"0.1.1"
[build-dependencies]
g
cc
=
"
0.3
"
cc
=
"
1.0
"
build.rs
View file @
18b6cd3a
...
...
@@ -2,10 +2,10 @@
// Bring in a dependency on an externally maintained `gcc` package which manages
// invoking the C compiler.
extern
crate
g
cc
;
extern
crate
cc
;
fn
main
()
{
g
cc
::
Config
::
new
()
cc
::
Build
::
new
()
.file
(
"src/aom_mem/aom_mem.c"
)
.file
(
"src/aom_dsp/entenc.c"
)
.file
(
"src/aom_dsp/entcode.c"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment