amstream/tests: Link to strmiids and uuid.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6412145657
commit
0fe51e0fa6
|
@ -1,5 +1,5 @@
|
||||||
TESTDLL = amstream.dll
|
TESTDLL = amstream.dll
|
||||||
IMPORTS = quartz ddraw oleaut32 ole32 user32
|
IMPORTS = strmiids uuid ddraw ole32 user32
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
amstream.c
|
amstream.c
|
||||||
|
|
|
@ -21,12 +21,11 @@
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "initguid.h"
|
|
||||||
#include "dshow.h"
|
#include "dshow.h"
|
||||||
#include "amstream.h"
|
#include "amstream.h"
|
||||||
#include "vfwmsgs.h"
|
|
||||||
#include "mmreg.h"
|
#include "mmreg.h"
|
||||||
#include "ks.h"
|
#include "ks.h"
|
||||||
|
#include "initguid.h"
|
||||||
#include "ksmedia.h"
|
#include "ksmedia.h"
|
||||||
|
|
||||||
static const WCHAR primary_video_sink_id[] = {'I','{','A','3','5','F','F','5','6','A',
|
static const WCHAR primary_video_sink_id[] = {'I','{','A','3','5','F','F','5','6','A',
|
||||||
|
|
Loading…
Reference in New Issue