shithub: sox

Download patch

ref: 9228e6c128882dcb8bbd5a855eb7fb8a1a22d2a3
parent: 8767a9e1553c5cbe8079b02b4922f274f8eb9a45
author: cbagwell <cbagwell>
date: Sat Jul 7 20:24:12 EDT 2007

change wrong "sun" format to "sunau".

--- a/src/formats.h
+++ b/src/formats.h
@@ -69,7 +69,7 @@
   FORMAT(sndfile)
 #endif
 #if defined(HAVE_SYS_AUDIOIO_H) || defined(HAVE_SUN_AUDIOIO_H)
-  FORMAT(sun)
+  FORMAT(sunau)
 #endif
 #if defined HAVE_LIBVORBIS
   FORMAT(vorbis)