summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-04-06 13:44:35 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-04-06 13:44:35 +0000
commit77de5e242f2b1cc955d6ea46dbe385b3e7a2bec1 (patch)
tree0f88ac8b3d1e95924ff9ce778eb135b051ec5084 /media-sound/lame/files
parentlittle fixes (diff)
downloadhistorical-77de5e242f2b1cc955d6ea46dbe385b3e7a2bec1.tar.gz
historical-77de5e242f2b1cc955d6ea46dbe385b3e7a2bec1.tar.bz2
historical-77de5e242f2b1cc955d6ea46dbe385b3e7a2bec1.zip
Gcc 3 fixes
Diffstat (limited to 'media-sound/lame/files')
-rw-r--r--media-sound/lame/files/lame-3.91-gcc3.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/lame/files/lame-3.91-gcc3.diff b/media-sound/lame/files/lame-3.91-gcc3.diff
new file mode 100644
index 000000000000..0abfdbd2ae4c
--- /dev/null
+++ b/media-sound/lame/files/lame-3.91-gcc3.diff
@@ -0,0 +1,11 @@
+--- lame-3.91/frontend/rtp.h_copy 2002-04-06 15:37:29.000000000 +0200
++++ lame-3.91/frontend/rtp.h 2002-04-06 15:36:58.000000000 +0200
+@@ -26,7 +26,7 @@
+ int makesocket(char *szAddr,unsigned short port,unsigned char TTL,struct sockaddr_in *sSockAddr);
+ void rtp_output(const char *mp3buffer,int mp3size);
+
+-#ifdef 0
++#if 0
+ int rtp_send (
+ SOCKET s,
+ struct rtpheader *foo,