diff src/sox-test.c @ 2467:fca08ecb394f

new package: sox
author Robert Chéramy <robert@cheramy.net>
date Wed, 02 May 2012 19:59:51 +1000
parents
children 110883446649
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/sox-test.c	Wed May 02 19:59:51 2012 +1000
@@ -0,0 +1,6 @@
+#include <sox.h>
+
+int main(void) {
+    sox_format_init();
+    return(0);
+}