- sox-gcc14.patch: fixed build with gcc14 OBS-URL: https://build.opensuse.org/request/show/1191031 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/sox?expand=0&rev=50
13 lines
379 B
Diff
13 lines
379 B
Diff
Index: sox-14.4.2/src/sox_sample_test.h
|
|
===================================================================
|
|
--- sox-14.4.2.orig/src/sox_sample_test.h
|
|
+++ sox-14.4.2/src/sox_sample_test.h
|
|
@@ -19,6 +19,7 @@
|
|
#undef NDEBUG /* Must undef above assert.h or other that might include it. */
|
|
#endif
|
|
#include <assert.h>
|
|
+#include <math.h>
|
|
#include "sox.h"
|
|
|
|
#define TEST_UINT(bits) \
|