diff options
author | runge <runge> | 2007-04-07 00:48:03 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-07 00:48:03 +0000 |
commit | af44bff5364d01a5b310204256a3533da3f51c31 (patch) | |
tree | 3fda9a0dca24faf579520b04f70861eddd85c8f8 /x11vnc/v4l.c | |
parent | 26b291bf25aca6d0cca3fbddc803f7ba8e1aead8 (diff) | |
download | libvncserver-af44bff5364d01a5b310204256a3533da3f51c31.zip libvncserver-af44bff5364d01a5b310204256a3533da3f51c31.tar.gz |
java ingoreProxy, fix old libssl free_func problem
Diffstat (limited to 'x11vnc/v4l.c')
-rw-r--r-- | x11vnc/v4l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/v4l.c b/x11vnc/v4l.c index a989014..7dc7889 100644 --- a/x11vnc/v4l.c +++ b/x11vnc/v4l.c @@ -12,6 +12,7 @@ #if LIBVNCSERVER_HAVE_LINUX_VIDEODEV_H #if LIBVNCSERVER_HAVE_SYS_IOCTL_H #include <sys/ioctl.h> +#define CONFIG_VIDEO_V4L1_COMPAT #include <linux/videodev.h> #define V4L_OK #endif |