Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
83d7b1d3
Commit
83d7b1d3
authored
Nov 29, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
strmbase: Move to the libs directory.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
34289e74
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.ac
configure.ac
+1
-1
Makefile.in
libs/strmbase/Makefile.in
+0
-0
dispatch.c
libs/strmbase/dispatch.c
+0
-0
filter.c
libs/strmbase/filter.c
+0
-0
mediatype.c
libs/strmbase/mediatype.c
+0
-0
outputqueue.c
libs/strmbase/outputqueue.c
+0
-0
pin.c
libs/strmbase/pin.c
+0
-0
pospass.c
libs/strmbase/pospass.c
+0
-0
renderer.c
libs/strmbase/renderer.c
+0
-0
seeking.c
libs/strmbase/seeking.c
+0
-0
strmbase_private.h
libs/strmbase/strmbase_private.h
+0
-0
No files found.
configure
View file @
83d7b1d3
...
...
@@ -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
...
...
configure.ac
View file @
83d7b1d3
...
...
@@ -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)
...
...
dll
s/strmbase/Makefile.in
→
lib
s/strmbase/Makefile.in
View file @
83d7b1d3
File moved
dll
s/strmbase/dispatch.c
→
lib
s/strmbase/dispatch.c
View file @
83d7b1d3
File moved
dll
s/strmbase/filter.c
→
lib
s/strmbase/filter.c
View file @
83d7b1d3
File moved
dll
s/strmbase/mediatype.c
→
lib
s/strmbase/mediatype.c
View file @
83d7b1d3
File moved
dll
s/strmbase/outputqueue.c
→
lib
s/strmbase/outputqueue.c
View file @
83d7b1d3
File moved
dll
s/strmbase/pin.c
→
lib
s/strmbase/pin.c
View file @
83d7b1d3
File moved
dll
s/strmbase/pospass.c
→
lib
s/strmbase/pospass.c
View file @
83d7b1d3
File moved
dll
s/strmbase/renderer.c
→
lib
s/strmbase/renderer.c
View file @
83d7b1d3
File moved
dll
s/strmbase/seeking.c
→
lib
s/strmbase/seeking.c
View file @
83d7b1d3
File moved
dll
s/strmbase/strmbase_private.h
→
lib
s/strmbase/strmbase_private.h
View file @
83d7b1d3
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment