]> git.pld-linux.org Git - packages/live.git/commitdiff
- build fix. auto/th/live-2005_09_06-2
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 12 Feb 2006 22:20:55 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    live-gcc4.patch -> 1.1

live-gcc4.patch [new file with mode: 0644]

diff --git a/live-gcc4.patch b/live-gcc4.patch
new file mode 100644 (file)
index 0000000..3643653
--- /dev/null
@@ -0,0 +1,22 @@
+--- 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.118961 seconds and 4 git commands to generate.