freebsd-ports/audio/dvda-author/files/patch-libsoxconvert.c
Pav Lucistnik 87cc77474c - Fix build with new sox, drop unneeded dependencies, portlint
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
Feature safe:	yes
2009-09-20 20:03:42 +00:00

11 lines
480 B
C

--- libsoxconvert/src/libsoxconvert.c.orig 2009-06-03 22:35:58.000000000 +0200
+++ libsoxconvert/src/libsoxconvert.c 2009-09-20 21:38:42.000000000 +0200
@@ -83,7 +83,7 @@
assert(sox_add_effect(chain, e, &in->signal, &in->signal) == SOX_SUCCESS);
/* Flow samples through the effects processing chain until EOF is reached */
- sox_flow_effects(chain, NULL);
+ sox_flow_effects(chain, NULL, NULL);
foutput("%s\n", "[INF] Exiting SoX...");
/* All done; tidy up: */