[PATCH 2/5] evr: Share source with strmbase.

Zebediah Figura zfigura at codeweavers.com
Mon Jul 8 11:24:40 CDT 2019


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 dlls/evr/Makefile.in | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dlls/evr/Makefile.in b/dlls/evr/Makefile.in
index dc7989e8359..677a85e110d 100644
--- a/dlls/evr/Makefile.in
+++ b/dlls/evr/Makefile.in
@@ -1,8 +1,17 @@
 MODULE    = evr.dll
-IMPORTS   = mfuuid strmiids strmbase uuid ole32 oleaut32
+IMPORTS   = mfuuid strmiids uuid ole32 oleaut32
+PARENTSRC = ../strmbase
 
 C_SRCS = \
+	dispatch.c \
+	enumpins.c \
 	evr.c \
-	main.c
+	filter.c \
+	main.c \
+	mediatype.c \
+	pin.c \
+	pospass.c \
+	qualitycontrol.c \
+	renderer.c
 
 IDL_SRCS = evr_classes.idl
-- 
2.20.1




More information about the wine-devel mailing list