summaryrefslogtreecommitdiff
path: root/audio/lame/files/patch-sloppy
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lame/files/patch-sloppy')
-rw-r--r--audio/lame/files/patch-sloppy16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/lame/files/patch-sloppy b/audio/lame/files/patch-sloppy
deleted file mode 100644
index 7dbf16194933..000000000000
--- a/audio/lame/files/patch-sloppy
+++ /dev/null
@@ -1,16 +0,0 @@
---- frontend/mp3rtp.c Fri Jun 8 17:29:34 2001
-+++ frontend/mp3rtp.c Fri Sep 27 18:29:04 2002
-@@ -48,6 +48,4 @@
- #endif
-
--#define MAX_NAME_SIZE 2048 /* current value of Linux */
--
- /*
- * Encode (via LAME) to mp3 with RTP streaming of the output.
-@@ -89,5 +87,5 @@
-
-
--unsigned maxvalue ( short int Buffer [2] [1152] )
-+unsigned maxvalue ( int Buffer [2] [1152] )
- {
- int max = 0;