summaryrefslogtreecommitdiff
path: root/media-sound/toolame/files/toolame-02l-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/toolame/files/toolame-02l-fno-common.patch')
-rw-r--r--media-sound/toolame/files/toolame-02l-fno-common.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/toolame/files/toolame-02l-fno-common.patch b/media-sound/toolame/files/toolame-02l-fno-common.patch
new file mode 100644
index 000000000000..c414324785bb
--- /dev/null
+++ b/media-sound/toolame/files/toolame-02l-fno-common.patch
@@ -0,0 +1,20 @@
+--- a/common.c
++++ b/common.c
+@@ -19,6 +19,8 @@
+ *
+ ***********************************************************************/
+
++options glopts;
++
+ char *mode_names[4] = { "stereo", "j-stereo", "dual-ch", "single-ch" };
+ char *version_names[2] = { "MPEG-2 LSF", "MPEG-1" };
+
+--- a/options.h
++++ b/options.h
+@@ -19,5 +19,5 @@
+ }
+ options;
+
+-options glopts;
++extern options glopts;
+ #endif