shithub: sox

Download patch

ref: 58f832ac9ec24cea8eab7d7ab0c09524990e883e
parent: 0d760a4b7cf33650ba9fd109f0675b5978ed09cf
author: rrt <rrt>
date: Thu May 24 18:42:48 EDT 2007

Fix compilation.

--- a/src/ao.c
+++ b/src/ao.c
@@ -19,8 +19,6 @@
 
 #include "sox_i.h"
 
-#ifdef HAVE_LIBAO
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <ao/ao.h>
@@ -107,5 +105,3 @@
 {
     return &sox_ao_format;
 }
-
-#endif