From: Zebediah Figura Subject: [PATCH 2/5] evr: Share source with strmbase. Message-Id: <20190708162443.7035-2-zfigura@codeweavers.com> Date: Mon, 8 Jul 2019 11:24:40 -0500 In-Reply-To: <20190708162443.7035-1-zfigura@codeweavers.com> References: <20190708162443.7035-1-zfigura@codeweavers.com> Signed-off-by: Zebediah Figura --- 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