C. Reed. xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures movement on a selected area of an X11 screen to files. Frame output formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
12 lines
352 B
Text
12 lines
352 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $
|
|
|
|
--- src/xt_control.c.orig Sat Feb 14 12:48:14 2004
|
|
+++ src/xt_control.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <stdlib.h>
|
|
#include <limits.h> /* PATH_MAX */
|
|
#include <ctype.h> /* isdigit() */
|
|
+#include <sys/time.h>
|
|
#include <X11/Intrinsic.h>
|
|
#include <X11/StringDefs.h>
|
|
#include <X11/Shell.h>
|