Alexandre Julliard : mfuuid: Move to the libs directory.

Alexandre Julliard julliard at winehq.org
Mon Oct 11 15:41:35 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct 11 11:31:59 2021 +0200

mfuuid: Move to the libs directory.

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

---

 configure                         | 4 ++--
 configure.ac                      | 2 +-
 {dlls => libs}/mfuuid/Makefile.in | 0
 {dlls => libs}/mfuuid/mfplay.c    | 0
 {dlls => libs}/mfuuid/mfuuid.c    | 0
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index eb6fe85b0b3..59381148423 100755
--- a/configure
+++ b/configure
@@ -1431,7 +1431,6 @@ enable_mfmediaengine
 enable_mfplat
 enable_mfplay
 enable_mfreadwrite
-enable_mfuuid
 enable_mgmtapi
 enable_midimap
 enable_mlang
@@ -1786,6 +1785,7 @@ enable_dmoguids
 enable_dxerr8
 enable_dxerr9
 enable_dxguid
+enable_mfuuid
 enable_wine
 enable_loader
 enable_nls
@@ -20383,7 +20383,6 @@ wine_fn_config_makefile dlls/mfplay enable_mfplay
 wine_fn_config_makefile dlls/mfplay/tests enable_tests
 wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
 wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
-wine_fn_config_makefile dlls/mfuuid enable_mfuuid
 wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
 wine_fn_config_makefile dlls/midimap enable_midimap
 wine_fn_config_makefile dlls/mlang enable_mlang
@@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/dmoguids enable_dmoguids
 wine_fn_config_makefile libs/dxerr8 enable_dxerr8
 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
 wine_fn_config_makefile libs/dxguid enable_dxguid
+wine_fn_config_makefile libs/mfuuid enable_mfuuid
 wine_fn_config_makefile libs/wine enable_wine
 wine_fn_config_makefile loader enable_loader
 wine_fn_config_makefile nls enable_nls
diff --git a/configure.ac b/configure.ac
index e9286ef7674..f0e6c4369ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3270,7 +3270,6 @@ WINE_CONFIG_MAKEFILE(dlls/mfplay)
 WINE_CONFIG_MAKEFILE(dlls/mfplay/tests)
 WINE_CONFIG_MAKEFILE(dlls/mfreadwrite)
 WINE_CONFIG_MAKEFILE(dlls/mfreadwrite/tests)
-WINE_CONFIG_MAKEFILE(dlls/mfuuid)
 WINE_CONFIG_MAKEFILE(dlls/mgmtapi)
 WINE_CONFIG_MAKEFILE(dlls/midimap)
 WINE_CONFIG_MAKEFILE(dlls/mlang)
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dmoguids)
 WINE_CONFIG_MAKEFILE(libs/dxerr8)
 WINE_CONFIG_MAKEFILE(libs/dxerr9)
 WINE_CONFIG_MAKEFILE(libs/dxguid)
+WINE_CONFIG_MAKEFILE(libs/mfuuid)
 WINE_CONFIG_MAKEFILE(libs/wine)
 WINE_CONFIG_MAKEFILE(loader)
 WINE_CONFIG_MAKEFILE(nls)
diff --git a/dlls/mfuuid/Makefile.in b/libs/mfuuid/Makefile.in
similarity index 100%
rename from dlls/mfuuid/Makefile.in
rename to libs/mfuuid/Makefile.in
diff --git a/dlls/mfuuid/mfplay.c b/libs/mfuuid/mfplay.c
similarity index 100%
rename from dlls/mfuuid/mfplay.c
rename to libs/mfuuid/mfplay.c
diff --git a/dlls/mfuuid/mfuuid.c b/libs/mfuuid/mfuuid.c
similarity index 100%
rename from dlls/mfuuid/mfuuid.c
rename to libs/mfuuid/mfuuid.c




More information about the wine-cvs mailing list