]> git.pld-linux.org Git - packages/live.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Mar 2006 20:22:46 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    live-gcc4.patch -> 1.2

live-gcc4.patch [deleted file]

diff --git a/live-gcc4.patch b/live-gcc4.patch
deleted file mode 100644 (file)
index 3643653..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- live/liveMedia/include/AVIFileSink.hh.orig 2005-09-07 00:44:46.000000000 +0200
-+++ live/liveMedia/include/AVIFileSink.hh      2006-02-12 23:00:12.016700250 +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.orig   2005-09-07 00:44:46.000000000 +0200
-+++ live/liveMedia/include/QuickTimeFileSink.hh        2006-02-12 22:51:46.101082500 +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;
-   }
This page took 0.103599 seconds and 4 git commands to generate.