diff options
author | pb <pb@FreeBSD.org> | 2004-04-11 00:49:19 +0800 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2004-04-11 00:49:19 +0800 |
commit | c7bfd92decd7d504ec71b4884b0ac81461cbdf6e (patch) | |
tree | 2f0d72e82733be4cbadab64e0f759669b0d36a37 /multimedia/kino/files/patch-bf | |
parent | fd4fe8d02343421297253e34a80cffb8c859ca3a (diff) | |
download | freebsd-ports-graphics-c7bfd92decd7d504ec71b4884b0ac81461cbdf6e.tar.gz freebsd-ports-graphics-c7bfd92decd7d504ec71b4884b0ac81461cbdf6e.tar.zst freebsd-ports-graphics-c7bfd92decd7d504ec71b4884b0ac81461cbdf6e.zip |
Kino 0.7.0.
Kino is an IEEE 1394 DV non-linear video editor.
Note: IEEE 1394 and V4L are disabled in this port.
Diffstat (limited to 'multimedia/kino/files/patch-bf')
-rw-r--r-- | multimedia/kino/files/patch-bf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-bf b/multimedia/kino/files/patch-bf new file mode 100644 index 00000000000..0d3ed3818b8 --- /dev/null +++ b/multimedia/kino/files/patch-bf @@ -0,0 +1,11 @@ +--- src/kino_common.h Mon Dec 15 04:23:12 2003 ++++ src/kino_common.h Sat Apr 10 12:15:02 2004 +@@ -24,7 +24,7 @@ + #include <stdlib.h> + + #include <gnome.h> +-#include <stdint.h> ++//#include <stdint.h> + #include "playlist.h" + #include "frame.h" + #include "preferences.h" |