mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
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.
14 lines
305 B
PkgConfig
14 lines
305 B
PkgConfig
# libvorbisidec pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: vorbisidec
|
|
Description: vorbisidec is the integer Ogg Vorbis library
|
|
Version: @VERSION@
|
|
Requires.private: ogg
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvorbisidec
|
|
Cflags: -I${includedir}
|