diff options
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" |