Mercurial > hg > vamp-plugin-sdk
changeset 280:9b831bd58aa7
* tidiness (pkg-config change thanks to Sampo Savolainen)
author | cannam |
---|---|
date | Tue, 17 Mar 2009 19:56:12 +0000 |
parents | 4869152c8a80 |
children | c860f892c3d7 |
files | COPYING pkgconfig/vamp-hostsdk.pc.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYING Tue Mar 03 16:12:52 2009 +0000 +++ b/COPYING Tue Mar 17 19:56:12 2009 +0000 @@ -1,4 +1,8 @@ - + + Vamp Plugin SDK + Copyright (c) 2005-2006 Chris Cannam + Copyright (c) 2006-2009 Queen Mary, University of London + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without
--- a/pkgconfig/vamp-hostsdk.pc.in Tue Mar 03 16:12:52 2009 +0000 +++ b/pkgconfig/vamp-hostsdk.pc.in Tue Mar 17 19:56:12 2009 +0000 @@ -6,5 +6,5 @@ Name: vamp-hostsdk Version: 2.0.0 Description: Development library for Vamp audio analysis plugin hosts -Libs: -L${libdir} -lvamp-hostsdk +Libs: -L${libdir} -lvamp-hostsdk -ldl Cflags: -I${includedir}