diff options
Diffstat (limited to 'media-video/kino/files/kino_gcc34_fix')
-rw-r--r-- | media-video/kino/files/kino_gcc34_fix | 12 |
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; |