diff options
Diffstat (limited to 'audio/libmad/files/mad.pc.in')
-rw-r--r-- | audio/libmad/files/mad.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libmad/files/mad.pc.in b/audio/libmad/files/mad.pc.in new file mode 100644 index 00000000000..c0ba62e10b2 --- /dev/null +++ b/audio/libmad/files/mad.pc.in @@ -0,0 +1,11 @@ +prefix=@PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: mad +Description: MPEG Audio Decoder +Requires: +Version: @VERSION@ +Libs: -Wl,-R${libdir} -L${libdir} -lmad -lm +Cflags: -I${includedir} |