summaryrefslogtreecommitdiffstats
path: root/mp3splt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-09-14 15:35:04 +0000
committer Eric Hameleers <alien@slackware.com>2007-09-14 15:35:04 +0000
commit9499a1c53e7fd91d56a06c970acd90d88ec083f1 (patch)
tree2b6baca05780293aa4e9d7a7b85dda94a4fda463 /mp3splt
parent78fa482d5cbb37af97b779bd5135237ad65daf4b (diff)
downloadasb-9499a1c53e7fd91d56a06c970acd90d88ec083f1.tar.gz
asb-9499a1c53e7fd91d56a06c970acd90d88ec083f1.tar.xz
Initial revision
Diffstat (limited to 'mp3splt')
-rw-r--r--mp3splt/build/mp3splt_gcc4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mp3splt/build/mp3splt_gcc4.patch b/mp3splt/build/mp3splt_gcc4.patch
new file mode 100644
index 00000000..490d9457
--- /dev/null
+++ b/mp3splt/build/mp3splt_gcc4.patch
@@ -0,0 +1,12 @@
+diff -urN mp3splt-2.1.orig/splt.h mp3splt-2.1/splt.h
+--- mp3splt-2.1.orig/splt.h 2004-07-17 16:16:05.000000000 +0200
++++ mp3splt-2.1/splt.h 2007-09-13 17:26:22.236587323 +0100
+@@ -96,8 +96,6 @@
+
+ char *zero_pad_float (float f, char *out);
+
+-int parse_outformat(char *s, char format[][], int cddboption);
+-
+ unsigned char *cleanstring (unsigned char *s);
+
+ int parse_arg(char *arg, float *th, int *gap, int *nt, float *off, int *rm, float *min);