You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/toolame/files/toolame-02l-fno-common.patch

21 lines
389 B

--- 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