mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 13:09:40 +02:00
updated libvorbis to 1.3.4 and libogg to 1.3.1
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user