mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
target
|
||||
Cargo.lock
|
||||
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "ffmpeg-sys"
|
||||
version = "2.6.2-1"
|
||||
authors = ["meh. <meh@schizofreni.co>"]
|
||||
license = "MIT"
|
||||
description = "FFI bindings to FFmpeg"
|
||||
repository = "https://github.com/meh/rust-ffmpeg-sys"
|
||||
@@ -0,0 +1,4 @@
|
||||
#![feature(libc)]
|
||||
#![allow(non_camel_case_types, raw_pointer_derive, non_snake_case)]
|
||||
|
||||
extern crate libc;
|
||||
Reference in New Issue
Block a user