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
aeb0cdb9
Commit
aeb0cdb9
authored
May 21, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
May 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented a G711 ACM codec (supports both A-Law and MU-Law).
parent
c0d955e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
12 deletions
+14
-12
Makefile.in
dlls/Makefile.in
+6
-5
.cvsignore
dlls/msacm/msg711/.cvsignore
+2
-2
Makefile.in
dlls/msacm/msg711/Makefile.in
+2
-1
msg711.acm.spec
dlls/msacm/msg711/msg711.acm.spec
+4
-0
msg711.c
dlls/msacm/msg711/msg711.c
+0
-0
msg711.drv.spec
dlls/msacm/msg711/msg711.drv.spec
+0
-4
No files found.
dlls/Makefile.in
View file @
aeb0cdb9
...
...
@@ -156,7 +156,7 @@ all: \
msacm.drv$(DLLEXT)
\
msacm32.dll$(DLLEXT)
\
msdmo.dll$(DLLEXT)
\
msg711.
drv
$(DLLEXT)
\
msg711.
acm
$(DLLEXT)
\
msimg32.dll$(DLLEXT)
\
msisys.ocx$(DLLEXT)
\
msnet32.dll$(DLLEXT)
\
...
...
@@ -349,8 +349,8 @@ msacm32.dll$(DLLEXT) msacm.dll$(DLLEXT): msacm/msacm32.dll$(DLLEXT)
msdmo.dll$(DLLEXT)
:
msdmo/msdmo.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
msdmo/msdmo.dll
$(DLLEXT)
$@
msg711.
drv$(DLLEXT)
:
msacm/msg711/msg711.drv
$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
msacm/msg711/msg711.
drv
$(DLLEXT)
$@
msg711.
acm$(DLLEXT)
:
msacm/msg711/msg711.acm
$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
msacm/msg711/msg711.
acm
$(DLLEXT)
$@
msimg32.dll$(DLLEXT)
:
msimg32/msimg32.dll$(DLLEXT)
$(RM)
$@
&&
$(LN_S)
msimg32/msimg32.dll
$(DLLEXT)
$@
...
...
@@ -605,8 +605,9 @@ msacm/msacm32.dll$(DLLEXT): dummy winmm.dll$(DLLEXT) user32.dll$(DLLEXT) \
advapi32.dll$(DLLEXT) kernel32.dll$(DLLEXT)
@
cd
msacm
&&
$(MAKE)
msacm32.dll
$(DLLEXT)
msacm/msg711/msg711.drv$(DLLEXT)
:
dummy kernel32.dll$(DLLEXT)
@
cd
msacm/msg711
&&
$(MAKE)
msg711.drv
$(DLLEXT)
msacm/msg711/msg711.acm$(DLLEXT)
:
dummy winmm.dll$(DLLEXT) user32.dll$(DLLEXT)
\
kernel32.dll$(DLLEXT)
@
cd
msacm/msg711
&&
$(MAKE)
msg711.acm
$(DLLEXT)
msdmo/msdmo.dll$(DLLEXT)
:
dummy kernel32.dll$(DLLEXT)
@
cd
msdmo
&&
$(MAKE)
msdmo.dll
$(DLLEXT)
...
...
dlls/msacm/msg711/.cvsignore
View file @
aeb0cdb9
Makefile
msg711.
drv
.dbg.c
msg711.
drv
.spec.c
msg711.
acm
.dbg.c
msg711.
acm
.spec.c
dlls/msacm/msg711/Makefile.in
View file @
aeb0cdb9
...
...
@@ -2,7 +2,8 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR
=
../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msg711.drv
MODULE
=
msg711.acm
IMPORTS
=
winmm user32 kernel32
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/msacm/msg711/msg711.acm.spec
0 → 100644
View file @
aeb0cdb9
name msg711
file msg711.acm
@ stdcall DriverProc(long long long long long) G711_DriverProc
dlls/msacm/msg711/msg711.c
View file @
aeb0cdb9
This diff is collapsed.
Click to expand it.
dlls/msacm/msg711/msg711.drv.spec
deleted
100644 → 0
View file @
c0d955e8
name msg711
file msg711.drv
@ stub DriverProc #(long long long long long)
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