summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-20 14:53:55 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-20 14:53:55 +0000
commit8e188a4fac05fb5a1aa4d8cb23b5cb4819be5d40 (patch)
treecbae2992e77255b3ce97254887239128916f68cf /media-video/kino/files/kino_gcc34_fix
parentfixed problems with first time installation, see #93322 (diff)
downloadhistorical-8e188a4fac05fb5a1aa4d8cb23b5cb4819be5d40.tar.gz
historical-8e188a4fac05fb5a1aa4d8cb23b5cb4819be5d40.tar.bz2
historical-8e188a4fac05fb5a1aa4d8cb23b5cb4819be5d40.zip
new upstream version, some cleanup. 0.7.5-r1 stable on x86
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/kino/files/kino_gcc34_fix')
-rw-r--r--media-video/kino/files/kino_gcc34_fix12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-video/kino/files/kino_gcc34_fix b/media-video/kino/files/kino_gcc34_fix
deleted file mode 100644
index 62f3f3e1bb18..000000000000
--- a/media-video/kino/files/kino_gcc34_fix
+++ /dev/null
@@ -1,12 +0,0 @@
-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;