Skip to content

Commit

Permalink
quartz/tests: Add some tests for renderless mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
  • Loading branch information
zfigura authored and julliard committed Mar 20, 2020
1 parent d6a7036 commit 9920733
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dlls/quartz/tests/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TESTDLL = quartz.dll
IMPORTS = strmbase advapi32 msvfw32 ole32 oleaut32 strmiids user32 uuid
IMPORTS = strmbase advapi32 d3d9 msvfw32 ole32 oleaut32 user32 uuid

C_SRCS = \
acmwrapper.c \
Expand Down
1 change: 0 additions & 1 deletion dlls/quartz/tests/avisplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#define COBJMACROS
#include "dshow.h"
#include "initguid.h"
#include "wmcodecdsp.h"
#include "wine/strmbase.h"
#include "wine/test.h"
Expand Down
Loading

0 comments on commit 9920733

Please sign in to comment.