mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
add .pc files for vorbis target
This commit is contained in:
parent
9cdac13420
commit
2aba13ca81
3 changed files with 43 additions and 0 deletions
15
deps/vorbis/lib/pkgconfig/vorbis.pc
vendored
Normal file
15
deps/vorbis/lib/pkgconfig/vorbis.pc
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# libvorbis pkg-config source file
|
||||||
|
|
||||||
|
prefix=
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: vorbis
|
||||||
|
Description: vorbis is the primary Ogg Vorbis library
|
||||||
|
Version: 1.3.7
|
||||||
|
Requires.private: ogg
|
||||||
|
Conflicts:
|
||||||
|
Libs: -L${libdir} -lvorbis -logg
|
||||||
|
Libs.private: -lm
|
||||||
|
Cflags: -I${includedir}
|
14
deps/vorbis/lib/pkgconfig/vorbisenc.pc
vendored
Normal file
14
deps/vorbis/lib/pkgconfig/vorbisenc.pc
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# libvorbisenc pkg-config source file
|
||||||
|
|
||||||
|
prefix=
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: vorbisenc
|
||||||
|
Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis
|
||||||
|
Version: 1.3.7
|
||||||
|
Requires.private: vorbis
|
||||||
|
Conflicts:
|
||||||
|
Libs: -L${libdir} -lvorbisenc -lvorbis -logg
|
||||||
|
Cflags: -I${includedir}
|
14
deps/vorbis/lib/pkgconfig/vorbisfile.pc
vendored
Normal file
14
deps/vorbis/lib/pkgconfig/vorbisfile.pc
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# libvorbisfile pkg-config source file
|
||||||
|
|
||||||
|
prefix=
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
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: 1.3.7
|
||||||
|
Requires.private: vorbis
|
||||||
|
Conflicts:
|
||||||
|
Libs: -L${libdir} -lvorbisfile -lvorbis -logg
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in a new issue