Module: wine Branch: master Commit: bb110c7749708be6f9ef8c2d95728c6035a214cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb110c7749708be6f9ef8c2d95...
Author: Aric Stewart aric@codeweavers.com Date: Wed Oct 6 09:48:07 2010 -0500
strmbase: Move enumpins from quartz to strmbase.
---
dlls/qcap/Makefile.in | 1 - dlls/qcap/enumpins.c | 186 ---------------------------------- dlls/qcap/qcap_main.h | 8 -- dlls/qcap/vfwcapture.c | 28 ++++- dlls/quartz/Makefile.in | 1 - dlls/quartz/dsoundrender.c | 26 +++-- dlls/quartz/filesource.c | 32 ++++-- dlls/quartz/nullrenderer.c | 25 +++-- dlls/quartz/parser.c | 29 ++++-- dlls/quartz/quartz_private.h | 3 - dlls/quartz/transform.c | 27 ++++-- dlls/quartz/videorenderer.c | 25 +++-- dlls/strmbase/Makefile.in | 1 + dlls/{quartz => strmbase}/enumpins.c | 66 ++++++------ include/wine/strmbase.h | 6 + 15 files changed, 172 insertions(+), 292 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bb110c7749708be6f9ef8c...