Dmitry Timoshkov : qcap: Fix compilation on older systems.
15 Jan
2013
15 Jan
'13
7:46 p.m.
Module: wine Branch: master Commit: 98166a59804971b06a851abc68ea5546cdadbcee URL: http://source.winehq.org/git/wine.git/?a=commit;h=98166a59804971b06a851abc68... Author: Dmitry Timoshkov <dmitry(a)baikal.ru> Date: Tue Jan 15 12:47:00 2013 +0800 qcap: Fix compilation on older systems. --- dlls/qcap/v4l.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/qcap/v4l.c b/dlls/qcap/v4l.c index f5baaeb..2562c48 100644 --- a/dlls/qcap/v4l.c +++ b/dlls/qcap/v4l.c @@ -47,7 +47,8 @@ #endif #ifdef HAVE_LIBV4L1_H #include <libv4l1.h> -#elif defined(HAVE_LINUX_VIDEODEV_H) +#endif +#ifdef HAVE_LINUX_VIDEODEV_H #include <linux/videodev.h> #endif #ifdef HAVE_UNISTD_H
4720
Age (days ago)
4720
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard