summaryrefslogtreecommitdiffstats
path: root/multimedia/kino/files/patch-ao
blob: f10219edb34098ae77d85e4cf6d32c0aa6a4acb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/page_capture.h  Wed Dec 10 05:17:38 2003
+++ src/page_capture.h  Fri Apr  9 16:40:51 2004
@@ -26,10 +26,12 @@
 
 #include "kino_common.h"
 #include "page.h"
-#include <libavc1394/avc1394.h>
+//#include <libavc1394/avc1394.h>
 
 /** This class controls the firewire capture notebook page.
 */
+
+typedef unsigned long quadlet_t;
 
 class PageCapture : public Page
 {