diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-22 15:39:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-22 15:39:01 +0000 |
commit | a50ed5d3a2dcb6210c47505b406cfb2313b50b67 (patch) | |
tree | 90a612d5c039f6c96d81df6799a2793adf731458 /media-plugins/live/files | |
parent | version bump (diff) | |
download | gentoo-2-a50ed5d3a2dcb6210c47505b406cfb2313b50b67.tar.gz gentoo-2-a50ed5d3a2dcb6210c47505b406cfb2313b50b67.tar.bz2 gentoo-2-a50ed5d3a2dcb6210c47505b406cfb2313b50b67.zip |
remove old and unused versions
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-plugins/live/files')
-rw-r--r-- | media-plugins/live/files/live-gcc41.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-plugins/live/files/live-gcc41.patch b/media-plugins/live/files/live-gcc41.patch deleted file mode 100644 index 70008c68da91..000000000000 --- a/media-plugins/live/files/live-gcc41.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- live/liveMedia/include/AVIFileSink.hh 2005-11-11 03:57:38.000000000 +0100 -+++ live-gcc41/liveMedia/include/AVIFileSink.hh 2005-11-28 21:28:14.105671000 +0100 -@@ -79,7 +79,7 @@ - - unsigned addWord(unsigned word); // outputs "word" in little-endian order - unsigned addHalfWord(unsigned short halfWord); -- unsigned AVIFileSink::addByte(unsigned char byte) { -+ unsigned addByte(unsigned char byte) { - putc(byte, fOutFid); - return 1; - } ---- live/liveMedia/include/QuickTimeFileSink.hh 2005-11-11 03:57:38.000000000 +0100 -+++ live-gcc41/liveMedia/include/QuickTimeFileSink.hh 2005-11-28 21:27:33.939160750 +0100 -@@ -87,7 +87,7 @@ - - unsigned addWord(unsigned word); - unsigned addHalfWord(unsigned short halfWord); -- unsigned QuickTimeFileSink::addByte(unsigned char byte) { -+ unsigned addByte(unsigned char byte) { - putc(byte, fOutFid); - return 1; - } |