mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
5d6f32878f
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
207 B
PkgConfig
12 lines
207 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: mad
|
|
Description: MPEG Audio Decoder
|
|
Requires:
|
|
Version: 0.15.1b
|
|
Libs: -L${libdir} -lmad
|
|
Cflags: -I${includedir}
|