4 Commits

Author SHA1 Message Date
FreezyLemon
3239649dbb
Add rustc-check-cfg for ffmpeg_x_y features (#70)
* sys: Add check-cfg statements

* Add rustc-check-cfg in main crate

The sys build script sets an environment variable for every
feature that needs to be added to rustc-check-cfg.
2024-07-19 18:35:19 -04:00
Tadas Barzdžius
0bcd4550b8 *: format code with rustfmt and fix clippy suggestions
* Add avformat_close_input call to clean up AVFormantContext
* Format code with rustfmt
* Fix clippy lint double_parens
* Fix clippy lint deref_addrof
* Fix clippy lint identity_conversion
* Fix clippy lint match_ref_pats
* Fix clippy lint cast_lossless
* Fix clippy lint cmp_null
* Fix clippy lint clone_on_ref_ptr
* Fix clippy lint map_clone
* Fix clippy lint needless_borrow
* Fix clippy lint needless_pass_by_value
* Fix clippy lints for examples
* Fix clippy lint unused_io_amount
* Fix clippy lint new_without_default
* Ignore inline_always clippy lint
* Add vim temp files to .gitignore
2018-04-10 16:06:42 +02:00
meh
1fc9e03d6f crate: use feature set by ffmpeg-sys 2015-12-03 19:15:32 +01:00
meh
b6c92b2805 crate: check headers for ifdefs 2015-12-03 18:23:06 +01:00