diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-30 13:36:44 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-30 13:36:44 +0000 |
commit | 1726aa492f093edebc2de4ae868ccae8cd5a4827 (patch) | |
tree | 5f8d5e618322eae2a71a10b82e3e683a603b5dbf /media-video/kino/files | |
parent | robbat2 forgot to move mini-qmail to mail-mta too.. (diff) | |
download | gentoo-2-1726aa492f093edebc2de4ae868ccae8cd5a4827.tar.gz gentoo-2-1726aa492f093edebc2de4ae868ccae8cd5a4827.tar.bz2 gentoo-2-1726aa492f093edebc2de4ae868ccae8cd5a4827.zip |
added gcc 3.4 fix. thanks to Malcolm Lashley for submitting it.
Diffstat (limited to 'media-video/kino/files')
-rw-r--r-- | media-video/kino/files/kino_gcc34_fix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/kino/files/kino_gcc34_fix b/media-video/kino/files/kino_gcc34_fix new file mode 100644 index 000000000000..62f3f3e1bb18 --- /dev/null +++ b/media-video/kino/files/kino_gcc34_fix @@ -0,0 +1,12 @@ +diff -Naur kino-0.7.1-orig/src/ieee1394io.h kino-0.7.1/src/ieee1394io.h +--- kino-0.7.1-orig/src/ieee1394io.h 2004-05-30 09:30:00.195549632 +0100 ++++ kino-0.7.1/src/ieee1394io.h 2004-05-30 09:30:20.897402472 +0100 +@@ -33,7 +33,7 @@ + + class IEEE1394Reader + { +-private: ++protected: + /// the number of frames that had to be thrown away because + /// our inFrames queue did not contain available frames + static int droppedFrames; |