Added window support to the video renderer:
- replaced ddraw code by window code. - implemented IBasicVideo and IVideoWindow interfaces.
This commit is contained in:
parent
5e5008502e
commit
acb2ff2da5
|
@ -4,7 +4,7 @@ SRCDIR = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
MODULE = quartz.dll
|
||||
IMPORTLIB = libquartz.$(IMPLIBEXT)
|
||||
IMPORTS = dsound ddraw msacm32 msvfw32 ole32 oleaut32 user32 advapi32 kernel32
|
||||
IMPORTS = dsound msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 kernel32
|
||||
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
|
||||
|
||||
C_SRCS = \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue