mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 12:51:36 +00:00
add mpg123 .pc file
This commit is contained in:
parent
bfb0d8e9ab
commit
af21777683
1 changed files with 11 additions and 0 deletions
11
deps/mpg123/lib/pkgconfig/libmpg123.pc
vendored
Normal file
11
deps/mpg123/lib/pkgconfig/libmpg123.pc
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libmpg123
|
||||
Description: An optimised MPEG Audio decoder
|
||||
Requires:
|
||||
Version: 1.26.3
|
||||
Libs: -L${libdir} -lmpg123
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in a new issue