|
|
@ -15,11 +15,11 @@
|
|
|
|
*************************************************************************
|
|
|
|
*************************************************************************
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#define ENABLE_AV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef KOPETE_AVVIDEODEVICELISTITEM_H
|
|
|
|
#ifndef KOPETE_AVVIDEODEVICELISTITEM_H
|
|
|
|
#define KOPETE_AVVIDEODEVICELISTITEM_H
|
|
|
|
#define KOPETE_AVVIDEODEVICELISTITEM_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define ENABLE_AV
|
|
|
|
|
|
|
|
|
|
|
|
#if defined HAVE_CONFIG_H
|
|
|
|
#if defined HAVE_CONFIG_H
|
|
|
|
#include <config.h>
|
|
|
|
#include <config.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
@ -54,8 +54,10 @@
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#if defined(HAVE_LIBV4L1_VIDEODEV_H)
|
|
|
|
#if defined(HAVE_LIBV4L1_VIDEODEV_H)
|
|
|
|
#include <libv4l1-videodev.h>
|
|
|
|
#include <libv4l1-videodev.h>
|
|
|
|
#else
|
|
|
|
#elif defined(HAVE_LINUX_VIDEODEV_H)
|
|
|
|
#include <linux/videodev.h>
|
|
|
|
#include <linux/videodev.h>
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#undef ENABLE_AV
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#define VIDEO_MODE_PAL_Nc 3
|
|
|
|
#define VIDEO_MODE_PAL_Nc 3
|
|
|
|
#define VIDEO_MODE_PAL_M 4
|
|
|
|
#define VIDEO_MODE_PAL_M 4
|
|
|
@ -293,8 +295,10 @@ public:
|
|
|
|
void enumerateMenu (void);
|
|
|
|
void enumerateMenu (void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef ENABLE_AV
|
|
|
|
struct video_capability V4L_capabilities;
|
|
|
|
struct video_capability V4L_capabilities;
|
|
|
|
struct video_buffer V4L_videobuffer;
|
|
|
|
struct video_buffer V4L_videobuffer;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
TQValueVector<Kopete::AV::VideoInput> m_input;
|
|
|
|
TQValueVector<Kopete::AV::VideoInput> m_input;
|
|
|
|
TQValueVector<Kopete::AV::VideoControl> m_control;
|
|
|
|
TQValueVector<Kopete::AV::VideoControl> m_control;
|
|
|
|