Alexandre Julliard : strmbase: Move to the libs directory.

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


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

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

strmbase: Move to the libs directory.

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

---

 configure                                  | 4 ++--
 configure.ac                               | 2 +-
 {dlls => libs}/strmbase/Makefile.in        | 0
 {dlls => libs}/strmbase/dispatch.c         | 0
 {dlls => libs}/strmbase/filter.c           | 0
 {dlls => libs}/strmbase/mediatype.c        | 0
 {dlls => libs}/strmbase/outputqueue.c      | 0
 {dlls => libs}/strmbase/pin.c              | 0
 {dlls => libs}/strmbase/pospass.c          | 0
 {dlls => libs}/strmbase/renderer.c         | 0
 {dlls => libs}/strmbase/seeking.c          | 0
 {dlls => libs}/strmbase/strmbase_private.h | 0
 12 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 8a11db9e360..a0df1a68c3d 100755
--- a/configure
+++ b/configure
@@ -1649,7 +1649,6 @@ enable_sspicli
 enable_stdole2_tlb
 enable_stdole32_tlb
 enable_sti
-enable_strmbase
 enable_strmdll
 enable_svrapi
 enable_sxs
@@ -1820,6 +1819,7 @@ enable_lcms2
 enable_mfuuid
 enable_mpg123
 enable_png
+enable_strmbase
 enable_strmiids
 enable_tiff
 enable_uuid
@@ -21604,7 +21604,6 @@ wine_fn_config_makefile dlls/sti enable_sti
 wine_fn_config_makefile dlls/sti/tests enable_tests
 wine_fn_config_makefile dlls/storage.dll16 enable_win16
 wine_fn_config_makefile dlls/stress.dll16 enable_win16
-wine_fn_config_makefile dlls/strmbase enable_strmbase
 wine_fn_config_makefile dlls/strmdll enable_strmdll
 wine_fn_config_makefile dlls/svrapi enable_svrapi
 wine_fn_config_makefile dlls/sxs enable_sxs
@@ -21852,6 +21851,7 @@ wine_fn_config_makefile libs/lcms2 enable_lcms2
 wine_fn_config_makefile libs/mfuuid enable_mfuuid
 wine_fn_config_makefile libs/mpg123 enable_mpg123
 wine_fn_config_makefile libs/png enable_png
+wine_fn_config_makefile libs/strmbase enable_strmbase
 wine_fn_config_makefile libs/strmiids enable_strmiids
 wine_fn_config_makefile libs/tiff enable_tiff
 wine_fn_config_makefile libs/uuid enable_uuid
diff --git a/configure.ac b/configure.ac
index 1f597756e5f..1e779508828 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3321,7 +3321,6 @@ WINE_CONFIG_MAKEFILE(dlls/sti)
 WINE_CONFIG_MAKEFILE(dlls/sti/tests)
 WINE_CONFIG_MAKEFILE(dlls/storage.dll16,enable_win16)
 WINE_CONFIG_MAKEFILE(dlls/stress.dll16,enable_win16)
-WINE_CONFIG_MAKEFILE(dlls/strmbase)
 WINE_CONFIG_MAKEFILE(dlls/strmdll)
 WINE_CONFIG_MAKEFILE(dlls/svrapi)
 WINE_CONFIG_MAKEFILE(dlls/sxs)
@@ -3569,6 +3568,7 @@ WINE_CONFIG_MAKEFILE(libs/lcms2)
 WINE_CONFIG_MAKEFILE(libs/mfuuid)
 WINE_CONFIG_MAKEFILE(libs/mpg123)
 WINE_CONFIG_MAKEFILE(libs/png)
+WINE_CONFIG_MAKEFILE(libs/strmbase)
 WINE_CONFIG_MAKEFILE(libs/strmiids)
 WINE_CONFIG_MAKEFILE(libs/tiff)
 WINE_CONFIG_MAKEFILE(libs/uuid)
diff --git a/dlls/strmbase/Makefile.in b/libs/strmbase/Makefile.in
similarity index 100%
rename from dlls/strmbase/Makefile.in
rename to libs/strmbase/Makefile.in
diff --git a/dlls/strmbase/dispatch.c b/libs/strmbase/dispatch.c
similarity index 100%
rename from dlls/strmbase/dispatch.c
rename to libs/strmbase/dispatch.c
diff --git a/dlls/strmbase/filter.c b/libs/strmbase/filter.c
similarity index 100%
rename from dlls/strmbase/filter.c
rename to libs/strmbase/filter.c
diff --git a/dlls/strmbase/mediatype.c b/libs/strmbase/mediatype.c
similarity index 100%
rename from dlls/strmbase/mediatype.c
rename to libs/strmbase/mediatype.c
diff --git a/dlls/strmbase/outputqueue.c b/libs/strmbase/outputqueue.c
similarity index 100%
rename from dlls/strmbase/outputqueue.c
rename to libs/strmbase/outputqueue.c
diff --git a/dlls/strmbase/pin.c b/libs/strmbase/pin.c
similarity index 100%
rename from dlls/strmbase/pin.c
rename to libs/strmbase/pin.c
diff --git a/dlls/strmbase/pospass.c b/libs/strmbase/pospass.c
similarity index 100%
rename from dlls/strmbase/pospass.c
rename to libs/strmbase/pospass.c
diff --git a/dlls/strmbase/renderer.c b/libs/strmbase/renderer.c
similarity index 100%
rename from dlls/strmbase/renderer.c
rename to libs/strmbase/renderer.c
diff --git a/dlls/strmbase/seeking.c b/libs/strmbase/seeking.c
similarity index 100%
rename from dlls/strmbase/seeking.c
rename to libs/strmbase/seeking.c
diff --git a/dlls/strmbase/strmbase_private.h b/libs/strmbase/strmbase_private.h
similarity index 100%
rename from dlls/strmbase/strmbase_private.h
rename to libs/strmbase/strmbase_private.h




More information about the wine-cvs mailing list