Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0a7933a4
Commit
0a7933a4
authored
Aug 29, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amstream: Rename amstream.c to multimedia.c.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0fe51e0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
dlls/amstream/Makefile.in
+2
-2
multimedia.c
dlls/amstream/multimedia.c
+1
-1
No files found.
dlls/amstream/Makefile.in
View file @
0a7933a4
...
...
@@ -4,11 +4,11 @@ IMPORTS = strmiids strmbase uuid ole32 advapi32 ddraw
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
amstream.c
\
audiodata.c
\
filter.c
\
main.c
\
mediastream.c
mediastream.c
\
multimedia.c
IDL_SRCS
=
amstream_classes.idl
...
...
dlls/amstream/
amstream
.c
→
dlls/amstream/
multimedia
.c
View file @
0a7933a4
/*
*
Implementation of IAMMultiMediaStream Interface
*
Multimedia stream object
*
* Copyright 2004, 2012 Christian Costa
* Copyright 2006 Ivan Leo Puoti
...
...
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