# openh264-sys
[](https://travis-ci.org/saturday06/rust-openh264)
[](https://ci.appveyor.com/project/saturday06/rust-openh264)
[](https://crates.io/crates/openh264-sys)
Bindings to OpenH264.
## features
### ‘build’ feature
Download and build openh264 source.
### ‘static’ feature
Link static openh264 library.
## Specify custom openh264 installation prefix
Set environment variable `OPENH264_INCLUDE_PATH` and `OPENH264_LIBRARY_PATH`. Then `$OPENH264_INCLUDE_PATH/wels/codec_api.h` and `$OPENH264_LIBRARY_PATH/libopenh264.so` must be exist.