[PATCH 03/13] dsound: New resampler objects and rules.

Krzysztof Nikiel knik00 at gmail.com
Fri Feb 11 03:21:34 CST 2011


---
 dlls/dsound/Makefile.in |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/dlls/dsound/Makefile.in b/dlls/dsound/Makefile.in
index 58b1998..3c777a6 100644
--- a/dlls/dsound/Makefile.in
+++ b/dlls/dsound/Makefile.in
@@ -6,16 +6,27 @@ C_SRCS = \
     buffer.c \
     capture.c \
     dsound.c \
-    dsound_convert.c \
     dsound_main.c \
     duplex.c \
     mixer.c \
     primary.c \
     propset.c \
+    resample.c \
     sound3d.c

 IDL_R_SRCS = dsound_classes.idl

 RC_SRCS = version.rc

+mkfir: mkfir.c
+    $(CC) -o $@ $(RDEFS) $(CFLAGS) $^ -lm
+
+firtab.h: mkfir
+    ./$< > $@
+    $(RM) $<
+
+depend: firtab.h
+
 @MAKE_DLL_RULES@
+
+CLEAN_FILES += mkfir firtab.h
-- 
1.7.2.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110211/1426ea22/attachment.htm>


More information about the wine-patches mailing list