aboutsummaryrefslogtreecommitdiff
path: root/audio/harp/files/patch-plugins_vorbis_vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/harp/files/patch-plugins_vorbis_vorbis.c')
-rw-r--r--audio/harp/files/patch-plugins_vorbis_vorbis.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/harp/files/patch-plugins_vorbis_vorbis.c b/audio/harp/files/patch-plugins_vorbis_vorbis.c
new file mode 100644
index 000000000000..673a245720de
--- /dev/null
+++ b/audio/harp/files/patch-plugins_vorbis_vorbis.c
@@ -0,0 +1,11 @@
+--- plugins/vorbis/vorbis.c.orig 2021-04-10 21:47:11 UTC
++++ plugins/vorbis/vorbis.c
+@@ -21,7 +21,7 @@
+
+ #define VORB_CONTINUE (-50)
+
+-struct vorbisHandles{
++static struct vorbisHandles{
+ OggVorbis_File *vf;
+ unsigned int *total;
+ int rate;