mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
add mad .pc file
This commit is contained in:
parent
62bd4b5408
commit
58f425e67a
1 changed files with 13 additions and 0 deletions
13
deps/mad/lib/pkgconfig/mad.pc
vendored
Normal file
13
deps/mad/lib/pkgconfig/mad.pc
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: mad
|
||||
Description: MPEG Audio Decoder
|
||||
Version: 0.15.1b
|
||||
Requires:
|
||||
Requires.private:
|
||||
Libs: -L${libdir} -lmad
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in a new issue