moonfire-nvr/ffmpeg
Scott Lamb 2c026e1b6b minor cleanups to ffmpeg build setup
* the "lib: {}" print didn't do anything. It turns out that the pkg-config
  crate emits the necessary metadata for linking automatically. I had the
  wrong format and didn't notice because something else did it correctly.

* gcc::Config is deprecated; the new name is Build.

* and the crate is now called cc, version 1.0.

Stuff found while looking at #11. Still haven't figured that issue out.
2017-10-23 21:07:07 -07:00
..
Cargo.lock use my own ffmpeg crate 2017-09-20 21:06:06 -07:00
Cargo.toml minor cleanups to ffmpeg build setup 2017-10-23 21:07:07 -07:00
build.rs minor cleanups to ffmpeg build setup 2017-10-23 21:07:07 -07:00
lib.rs fix moonfire_ffmpeg::Error formatting 2017-09-22 06:47:08 -07:00
wrapper.c update deps (particularly hyper) + fix warnings 2017-09-21 21:51:58 -07:00