Zebediah Figura : qcap: Share source with strmbase.

Alexandre Julliard julliard at winehq.org
Mon Aug 5 14:58:35 CDT 2019


Module: wine
Branch: master
Commit: 4c2c98934154e2587348d45b1d4b05e66f253830
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4c2c98934154e2587348d45b1d4b05e66f253830

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Aug  5 10:25:55 2019 -0500

qcap: Share source with strmbase.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/qcap/Makefile.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dlls/qcap/Makefile.in b/dlls/qcap/Makefile.in
index e161e06..12cc917 100644
--- a/dlls/qcap/Makefile.in
+++ b/dlls/qcap/Makefile.in
@@ -1,13 +1,19 @@
 MODULE    = qcap.dll
-IMPORTS   = strmiids strmbase uuid ole32 oleaut32 gdi32 advapi32
+IMPORTS   = strmiids uuid ole32 oleaut32 gdi32 advapi32
 DELAYIMPORTS = msvfw32
+PARENTSRC = ../strmbase
 
 C_SRCS = \
 	audiorecord.c \
 	avico.c \
 	avimux.c \
 	capturegraph.c \
+	dllfunc.c \
 	enummedia.c \
+	enumpins.c \
+	filter.c \
+	mediatype.c \
+	pin.c \
 	qcap_main.c \
 	smartteefilter.c \
 	v4l.c \




More information about the wine-cvs mailing list