Rémi Bernon : wmadmod: Remove unnecessary DLL.
Module: wine Branch: master Commit: 5387718c6fbd36b7a6309122f4af68d475a344e8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5387718c6fbd36b7a6309122f... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu May 12 21:27:38 2022 +0200 wmadmod: Remove unnecessary DLL. It was initially meant for tests, which are all now in dlls/mf as well, and for the WMA decoder. The class is supposed to live in this DLL but because of the winegstreamer implementation, it cannot in Wine. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 3 - configure.ac | 2 - dlls/wmadmod/Makefile.in | 4 - dlls/wmadmod/main.c | 35 -------- dlls/wmadmod/tests/Makefile.in | 5 -- dlls/wmadmod/tests/wmadmod.c | 178 ----------------------------------------- dlls/wmadmod/wmadmod.spec | 5 -- 7 files changed, 232 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5387718c6fbd36b7a6309...
participants (1)
-
Alexandre Julliard