diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
commit | c13a5bcfcd39a60b06331e0e456f81187f336764 (patch) | |
tree | 24d87d150c14833a85f8fac72b8a8e53d186d7c8 /net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h | |
parent | 16387cc66d68e7df0f3953c17282a1ba85fc5eb5 (diff) | |
download | ports-c13a5bcfcd39a60b06331e0e456f81187f336764.tar.gz ports-c13a5bcfcd39a60b06331e0e456f81187f336764.zip |
Notes
Diffstat (limited to 'net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h')
-rw-r--r-- | net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h b/net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h new file mode 100644 index 000000000000..9268a922dfcf --- /dev/null +++ b/net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h @@ -0,0 +1,15 @@ +--- kopete/libkopete/avdevice/videocontrol.h.orig 2007-10-25 21:59:52.000000000 +0200 ++++ kopete/libkopete/avdevice/videocontrol.h 2007-10-25 22:00:03.000000000 +0200 +@@ -20,7 +20,11 @@ + #ifndef KOPETE_AVVIDEOCONTROL_H + #define KOPETE_AVVIDEOCONTROL_H + +-#include <asm/types.h> ++#include <sys/types.h> ++typedef int32_t __s32; ++typedef uint32_t __u32; ++typedef uint16_t __u16; ++typedef uint8_t __u8; + #undef __STRICT_ANSI__ + #ifndef __u64 //required by videodev.h + #define __u64 unsigned long long |