mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
70ad5f30f9
* Implement corrected channel mappings for all input and playback file types * Correct an possible infinite loop in WAV input reading code when header is corrupt * Implement "disable_coupling" option for oggenc * Fix Ctrl-C lockup bug in ogg123 * ogg123 directory playback in sorted order * Add WAVEFORMATEXTENSIBLE support * More translations * Add '-' as stdin/out filename in vcut * Remove 'extra' F parameter from ogg123 remote output * Numerous code and build fixes Local improvements: * ogg123 does not segfault on unknown comments. * Honor WITHOUT_NLS.
13 lines
260 B
C
13 lines
260 B
C
$FreeBSD$
|
|
--- oggenc/lyrics.c.orig 2010-06-05 17:00:07.000000000 +0200
|
|
+++ oggenc/lyrics.c 2010-06-05 17:00:17.000000000 +0200
|
|
@@ -16,7 +16,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
|