Dmitry Timoshkov : qcap: Fix compilation on older systems.

Alexandre Julliard julliard at winehq.org
Tue Jan 15 13:46:17 CST 2013


Module: wine
Branch: master
Commit: 98166a59804971b06a851abc68ea5546cdadbcee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=98166a59804971b06a851abc68ea5546cdadbcee

Author: Dmitry Timoshkov <dmitry at 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




More information about the wine-cvs mailing list