updated libvorbis to 1.3.4 and libogg to 1.3.1

This commit is contained in:
fysx
2014-01-27 21:37:45 +01:00
parent f3be0275e6
commit 0908325b5b
618 changed files with 6230 additions and 157911 deletions
+15
View File
@@ -0,0 +1,15 @@
# libvorbis pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: vorbis
Description: vorbis is the primary Ogg Vorbis library
Version: @VERSION@
Requires.private: ogg
Conflicts:
Libs: -L${libdir} -lvorbis
Libs.private: -lm
Cflags: -I${includedir}