Initial commit

This commit is contained in:
meh
2015-05-07 04:28:34 +02:00
commit 8763fd5d4c
3 changed files with 17 additions and 0 deletions

5
src/lib.rs Normal file
View File

@ -0,0 +1,5 @@
#![feature(convert)]
extern crate libc;
extern crate ffmpeg_sys as ffi;
#[macro_use] extern crate bitflags;