19 lines
488 B
C
19 lines
488 B
C
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
extern const struct xlat v4l2_streaming_capabilities[];
|
|
|
|
#else
|
|
|
|
# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
|
|
static
|
|
# endif
|
|
const struct xlat v4l2_streaming_capabilities[] = {
|
|
#if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME)
|
|
XLAT(V4L2_CAP_TIMEPERFRAME),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|