diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-09 03:16:12 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-09 03:17:48 -0700 |
commit | 0b9e930043cefb129176959b37a587869d64ffea (patch) | |
tree | 7b01329967757f01eb191e704be8d43b16822f5e /user/libmad/mad.pc | |
parent | 01c8ec5045e37155b989d01314254a234e36d5c6 (diff) | |
download | packages-0b9e930043cefb129176959b37a587869d64ffea.tar.gz packages-0b9e930043cefb129176959b37a587869d64ffea.tar.bz2 packages-0b9e930043cefb129176959b37a587869d64ffea.tar.xz packages-0b9e930043cefb129176959b37a587869d64ffea.zip |
user/libmad: import, add support for ARM Thumb mode
Diffstat (limited to 'user/libmad/mad.pc')
-rw-r--r-- | user/libmad/mad.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libmad/mad.pc b/user/libmad/mad.pc new file mode 100644 index 000000000..14a66f552 --- /dev/null +++ b/user/libmad/mad.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: mad +Description: MPEG Audio Decoder +Requires: +Version: 0.15.0b +Libs: -L${libdir} -lmad -lm +Cflags: -I${includedir} |