projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qcap: Test the correct variable when deciding how to grab V4L frame.
[wine]
/
dlls
/
qcap
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = qcap.dll
6
IMPORTS = strmiids uuid ole32 gdi32 advapi32 kernel32
7
8
C_SRCS = \
9
capturegraph.c \
10
dllsetup.c \
11
enummedia.c \
12
enumpins.c \
13
pin.c \
14
qcap_main.c \
15
v4l.c \
16
vfwcapture.c \
17
yuv.c
18
19
RC_SRCS = version.rc
20
21
@MAKE_DLL_RULES@
22
23
@DEPENDENCIES@ # everything below this line is overwritten by make depend