Add libvorbis 1.3.3.

This commit is contained in:
rude
2013-09-25 15:39:43 +02:00
parent 980ca67a37
commit bbc0b7db11
425 changed files with 170064 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# libvorbisfile pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vorbisfile
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
Version: @VERSION@
Requires: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}