Alexandre Julliard : wineqtdecoder: Remove the QuickTime decoder.

Alexandre Julliard julliard at winehq.org
Mon Nov 29 16:26:53 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov 29 17:41:41 2021 +0100

wineqtdecoder: Remove the QuickTime decoder.

QuickTime is deprecated on macOS, so remove the module instead of
doing the work to convert it to msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                    |   75 +-
 configure.ac                                 |   34 +-
 dlls/wineqtdecoder/Makefile.in               |   24 -
 dlls/wineqtdecoder/main.c                    |  245 -----
 dlls/wineqtdecoder/qtdatahandler.c           |  792 ----------------
 dlls/wineqtdecoder/qtprivate.h               |   28 -
 dlls/wineqtdecoder/qtsplitter.c              | 1241 --------------------------
 dlls/wineqtdecoder/qtutils.c                 |  159 ----
 dlls/wineqtdecoder/qtvdecoder.c              |  649 --------------
 dlls/wineqtdecoder/rsrc.rc                   |   28 -
 dlls/wineqtdecoder/wineqtdecoder.rgs         |   14 -
 dlls/wineqtdecoder/wineqtdecoder.spec        |    4 -
 dlls/wineqtdecoder/wineqtdecoder_classes.idl |   37 -
 include/config.h.in                          |    3 -
 14 files changed, 5 insertions(+), 3328 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=34289e749f44703997e8d904aaf12ac20b691b24



More information about the wine-cvs mailing list