[2/6]strmbase: move enumpins from quartz to strmbase

Alexandre Julliard julliard at winehq.org
Wed Oct 6 09:26:10 CDT 2010


Aric Stewart <aric at codeweavers.com> writes:

> ---
>  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/enumpins.c       |  211
> ------------------------------------------
>  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/strmbase/enumpins.c     |  207
> +++++++++++++++++++++++++++++++++++++++++
>  include/wine/strmbase.h      |    6 +
>  16 files changed, 346 insertions(+), 470 deletions(-)
>  delete mode 100644 dlls/qcap/enumpins.c
>  delete mode 100644 dlls/quartz/enumpins.c
>  create mode 100644 dlls/strmbase/enumpins.c

It doesn't work here:

../../../tools/runtest -q -P wine -M quartz.dll -T ../../.. -p quartz_test.exe.so avisplitter.c && touch avisplitter.ok
avisplitter.c:164: Test failed: pins[1] = (nil)
avisplitter.c:210: Tests skipped: Could not read test file "test.avi", skipping test
make: *** [avisplitter.ok] Error 1

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list