shithub: sox

Download patch

ref: dfd3f0b399bb06c03db68fb2fca24f4439d6a0ca
parent: 60162a419dfa9ad77cf7dc6299b9b8bd6397d2a6
author: robs <robs>
date: Sun Jan 4 11:08:15 EST 2009

remove support for FLAC < 1.1.2

--- a/src/flac.c
+++ b/src/flac.c
@@ -24,10 +24,6 @@
 
 #include <FLAC/all.h>
 
-/* Workaround for flac versions < 1.1.2 */
-#define FLAC__metadata_object_vorbiscomment_append_comment(object, entry, copy)\
-  FLAC__metadata_object_vorbiscomment_insert_comment(object, object->data.vorbis_comment.num_comments, entry, copy)
-
 #if !defined(FLAC_API_VERSION_CURRENT)
 #define FLAC_API_VERSION_CURRENT 7
 #define FLAC__StreamDecoder FLAC__FileDecoder