r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / videodevfix.h
blobefff633ce002b36240e16c86b96641ef8766be10
1 #ifndef VIDEODEVFIX_H
2 #define VIDEODEVFIX_H
5 #include <sys/types.h>
7 typedef int8_t __s8;
8 typedef u_int8_t __u8;
9 typedef int16_t __s16;
10 typedef u_int16_t __u16;
11 typedef int32_t __s32;
12 typedef u_int32_t __u32;
13 typedef int64_t __s64;
14 typedef u_int64_t __u64;
19 #endif