mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-24 01:25:19 +00:00
drop obsolete #ifdef XFree86LOADER
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -64,8 +64,6 @@ _X_EXPORT DriverRec V4L = {
|
||||
.driverFunc = NULL, /* FIXME: Need to implement for new probing mode */
|
||||
};
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
|
||||
static MODULESETUPPROTO(v4lSetup);
|
||||
|
||||
static XF86ModuleVersionInfo v4lVersRec =
|
||||
@@ -100,13 +98,6 @@ v4lSetup(pointer module, pointer opts, int *errmaj, int *errmin)
|
||||
return (pointer)1;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#endif
|
||||
|
||||
#define VIDEO_OFF 0 /* really off */
|
||||
#define VIDEO_RGB 1 /* rgb overlay (directly to fb) */
|
||||
#define VIDEO_YUV 2 /* yuv overlay (to offscreen memory + hw scaling) */
|
||||
|
||||
Reference in New Issue
Block a user