diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-07-31 18:05:54 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-07-31 18:05:54 +0000 |
commit | 13fa9d7b98133229f6f1677850cf536ee2d6749a (patch) | |
tree | d61036336d16fc80fba13e1fbe286fe49d22da76 /media-video/dvgrab/files | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-13fa9d7b98133229f6f1677850cf536ee2d6749a.tar.gz gentoo-2-13fa9d7b98133229f6f1677850cf536ee2d6749a.tar.bz2 gentoo-2-13fa9d7b98133229f6f1677850cf536ee2d6749a.zip |
Add gcc34 compilation fix (same as kino) closes bug #58067
Diffstat (limited to 'media-video/dvgrab/files')
-rw-r--r-- | media-video/dvgrab/files/dvgrab_gcc34_fix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/dvgrab/files/dvgrab_gcc34_fix b/media-video/dvgrab/files/dvgrab_gcc34_fix new file mode 100644 index 000000000000..aaf4c5859481 --- /dev/null +++ b/media-video/dvgrab/files/dvgrab_gcc34_fix @@ -0,0 +1,11 @@ +--- dvgrab-1.5/work/dvgrab-1.5/ieee1394io.h 2004-01-04 21:46:21.000000000 +0000 ++++ dvgrab-1.5_patched/work/dvgrab-1.5/ieee1394io.h 2004-07-31 18:50:28.246428088 +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; |