projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
quartz: Fix frame length calculation for MPEG audio.
[wine]
/
dlls
/
quartz
/
tests
/
Makefile.in
1
TESTDLL = quartz.dll
2
IMPORTS = oleaut32 ole32 advapi32
3
4
C_SRCS = \
5
avisplitter.c \
6
dsoundrender.c \
7
filtergraph.c \
8
filtermapper.c \
9
memallocator.c \
10
misc.c \
11
referenceclock.c \
12
videorenderer.c
13
14
IDL_H_SRCS = fil_data.idl
15
16
@MAKE_TEST_RULES@