repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
quartz
/
Makefile.in
blob
da31108a8fe7af62212c572d98c009ae5eb567d9
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
quartz.dll
6
IMPORTLIB
=
libquartz.
$(
IMPLIBEXT
)
7
IMPORTS
=
dsound ddraw msacm32 msvfw32 ole32 oleaut32 user32 advapi32 kernel32
8
EXTRALIBS
= -
lstrmiids
-
luuid
$(
LIBUNICODE
)
9
10
C_SRCS
=
\
11
acmwrapper.c \
12
avidec.c \
13
avisplit.c \
14
control.c \
15
dsoundrender.c \
16
enumfilters.c \
17
enummedia.c \
18
enummoniker.c \
19
enumpins.c \
20
enumregfilters.c \
21
filesource.c \
22
filtergraph.c \
23
filtermapper.c \
24
main.c \
25
memallocator.c \
26
parser.c \
27
pin.c \
28
regsvr.c \
29
systemclock.c \
30
transform.c \
31
videorenderer.c \
32
waveparser.c
33
34
RC_SRCS
=
version.rc
35
36
SUBDIRS
=
tests
37
38
@MAKE_DLL_RULES@
39
40
### Dependencies: