Commit 73281bf1 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

qcap: Avoid unused variable warning if v4l is absent.

parent 4539525c
......@@ -57,10 +57,9 @@
#include "qcap_private.h"
#include "winternl.h"
WINE_DEFAULT_DEBUG_CHANNEL(qcap);
#ifdef HAVE_LINUX_VIDEODEV2_H
WINE_DEFAULT_DEBUG_CHANNEL(qcap);
WINE_DECLARE_DEBUG_CHANNEL(winediag);
static typeof(open) *video_open = open;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment