in addition to using slightly less memory, this branch also doesn't seem to have the same issues with `-O2` builds that the main branch has.
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
# 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: ogg
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvorbisidec -lm
|
|
Cflags: -I${includedir}
|