shithub: sox

Download patch

ref: a3428e64ebeed3c0ed2f298906099cb79e796dd2
parent: 518c2c1c0c93894428684c81038a7ee1637ebe84
author: rrt <rrt>
date: Wed Jan 24 17:21:37 EST 2007

Make FIXME for missing formats and add Ogg; add checks for libogg and
libsndfile to append relevant types to skip list.

--- a/src/tests.sh
+++ b/src/tests.sh
@@ -2,7 +2,7 @@
 #
 # SoX Regression Test script: Lossless file conversion
 #
-# TODO sndt sph
+# FIXME: Test sndt sph ogg
 
 # Options:
 #verbose=-V
@@ -97,6 +97,8 @@
 }
 
 grep -q "^#define HAVE_LIBFLAC" stconfig.h || skip="flac $skip"
+grep -q "^#define HAVE_LIBOGG" stconfig.h || skip="ogg $skip"
+grep -q "^#define HAVE_SNDFILE_H" stconfig.h || skip="caf $skip"
 
 rate=44100
 samples=23493