Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include vorbis source code as Git submodule (and upgrade to v1.3.7) #7

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "libvorbis"]
path = libvorbis
url = https://github.com/xiph/vorbis.git
11 changes: 10 additions & 1 deletion Cargo.toml
Expand Up @@ -4,9 +4,18 @@ description = "FFI for the libvorbis library"
license = "MIT"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "libvorbis/build.rs"
links = "vorbis"

exclude = [
".*",
"Makefile.am",
"CMakeLists.txt",
"libvorbis/",
"!libvorbis/COPYING",
"!libvorbis/lib",
"!libvorbis/include",
]

[dependencies]
ogg-sys = "0.0.9"
libc = "0.2.65"
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# vorbis-sys

libvorbis v1.3.4 bindings for Rust
libvorbis v1.3.7 bindings for Rust

```toml
[dependencies.vorbis-sys]
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions libvorbis
Submodule libvorbis added at 0657ae
242 changes: 0 additions & 242 deletions libvorbis/include/vorbis/codec.h

This file was deleted.