summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-import_extract__mp3.c
blob: 679b6370d983e6baf0eb974a7dd8427b1797700d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- import/extract_mp3.c.orig	2011-11-19 16:50:27 UTC
+++ import/extract_mp3.c
@@ -243,7 +243,7 @@ static int mp3scan(int infd, int outfd)
 }
 
 #define MAX_BUF 4096
-char audio[MAX_BUF];
+static char audio[MAX_BUF];
 
 /* ------------------------------------------------------------
  *