mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 00:39:30 +00:00
Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly.
Tremor is extremly similar to libogg but only uses integers (and doesn't provide an encoder). The playing problem with libvorbis was probably a float-precision related issue. No need for make build-all.
This commit is contained in:
parent
c053997f96
commit
e39fcc6c7b
97 changed files with 16571 additions and 15 deletions
22
libs/tremor/debian/control
Normal file
22
libs/tremor/debian/control
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Source: libvorbisidec
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Christopher L Cheney <ccheney@debian.org>
|
||||
Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, gawk
|
||||
Standards-Version: 3.5.7.0
|
||||
|
||||
Package: libvorbisidec1
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Ogg Bitstream Library
|
||||
Libogg is a library for manipulating ogg bitstreams. It handles
|
||||
both making ogg bitstreams and getting packets from ogg bitstreams.
|
||||
|
||||
Package: libvorbisidec-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Depends: libvorbisidec1 (= ${Source-Version}), libc6-dev
|
||||
Description: Ogg Bitstream Library Development
|
||||
The libogg-dev package contains the header files and documentation
|
||||
needed to develop applications with libogg.
|
||||
Loading…
Add table
Add a link
Reference in a new issue