diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
commit | e4723f73a36c320868e28405c7665178a04f917f (patch) | |
tree | 89d8a20271e1978b174fceff486d7bcdea84d634 /audio/lame/files/patch-sloppy | |
parent | add japanese/mhonarc (diff) |
Update to 3.93.
Diffstat (limited to 'audio/lame/files/patch-sloppy')
-rw-r--r-- | audio/lame/files/patch-sloppy | 16 |
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; |