summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:14:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:14:03 +0100
commit29314c26078ff5b5ccdd518893ab58f9b681f40f (patch)
treefa39b4b0607271b4a25ef9cba40e849f2c7dcd6f
parentaceb1f30497619786f1827e4c65992b890a07410 (diff)
downloadlibsndfile-29314c26078ff5b5ccdd518893ab58f9b681f40f.tar.gz
Add morphology
Explicitly --disable-external-libs
-rw-r--r--libsndfile.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/libsndfile.morph b/libsndfile.morph
new file mode 100644
index 0000000..a1e82ce
--- /dev/null
+++ b/libsndfile.morph
@@ -0,0 +1,8 @@
+{
+ "name": "libsndfile",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --disable-external-libs"
+ ]
+}