summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/patches/patch-ak')
-rw-r--r--audio/vorbis-tools/patches/patch-ak26
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/vorbis-tools/patches/patch-ak b/audio/vorbis-tools/patches/patch-ak
deleted file mode 100644
index f8d61697901..00000000000
--- a/audio/vorbis-tools/patches/patch-ak
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2007/01/13 15:35:52 wiz Exp $
-
---- oggenc/flac.h.orig 2005-06-03 10:15:10.000000000 +0000
-+++ oggenc/flac.h
-@@ -5,10 +5,21 @@
- #include "encode.h"
- #include "audio.h"
- #include <stdio.h>
-+#include <FLAC/stream_decoder.h>
-+#if !defined(FLAC_API_VERSION_CURRENT) || (FLAC_API_VERSION_CURRENT < 8)
-+#include <OggFLAC/stream_decoder.h>
-+#define NEED_EASYFLAC 1
-+#endif
-+#if NEED_EASYFLAC
- #include "easyflac.h"
-+#endif
-
- typedef struct {
-+#if NEED_EASYFLAC
- EasyFLAC__StreamDecoder *decoder;
-+#else
-+ FLAC__StreamDecoder *decoder;
-+#endif
- short channels;
- int rate;
- long totalsamples; /* per channel, of course */