freebsd-ports/multimedia/kino/files/patch-ao
Pierre Beyssac f3599b1e52 Kino 0.7.0.
Kino is an IEEE 1394 DV non-linear video editor.
Note: IEEE 1394 and V4L are disabled in this port.
2004-04-10 16:49:19 +00:00

16 lines
372 B
Text

--- 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
{