summaryrefslogtreecommitdiff
path: root/media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch')
-rw-r--r--media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch b/media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch
new file mode 100644
index 000000000000..ff282740f8ff
--- /dev/null
+++ b/media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/audio.h
++++ b/audio.h
+@@ -136,7 +136,7 @@
+ long wav_read(void *, double **buffer, int samples, int fast, int chunk);
+ long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk);
+
+-enum {
++typedef enum {
+ WAV_NO_FMT = 0,
+ WAV_FMT_8BIT,
+ WAV_FMT_16BIT,