diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
commit | fc6f8996911202c6df18b1ee15a9cb205ba4ea49 (patch) | |
tree | 539cb57de0e25c0fcfd062eb36d849e1f96fdb90 /audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h | |
parent | Update to 2.22.1 (diff) |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
Notes
Notes:
svn path=/head/; revision=210771
Diffstat (limited to 'audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h')
-rw-r--r-- | audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h b/audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h new file mode 100644 index 000000000000..6b2f7dffea8a --- /dev/null +++ b/audio/libtunepimp-old/files/patch-plugins-flac-flacdecode.h @@ -0,0 +1,11 @@ +--- plugins/flac/flacdecode.h.orig 2008-03-28 21:08:34.000000000 +0100 ++++ plugins/flac/flacdecode.h 2008-03-28 21:08:49.000000000 +0100 +@@ -27,7 +27,7 @@ + #ifndef __VORBIS_DECODE_H + #define __VORBIS_DECODE_H + +-#include <FLAC/file_decoder.h> ++#include <FLAC/stream_decoder.h> + #include <string> + #include "decode_plugin.h" + #include "fileio.h" |