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
1d542e3aa4dc5ebbae24e0d645583fdf6b29b934
1d542e3aa4dc5ebbae24e0d645583fdf6b29b934
Switch branch/tag
wine-winehq
dlls
msg711.acm
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
85 Bytes
Edit
Web IDE
Newer
Older
Implemented a G711 ACM codec (supports both A-Law and MU-Law).
aeb0cdb9
Eric Pouech
committed
22 years ago
1
MODULE
=
msg711.acm
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
Alexandre Julliard
committed
14 years ago
2
IMPORTS
=
winmm user32
Implemented G711 codec driver.
bcb9c46c
Hidenori Takeshima
committed
22 years ago
3
4
5
6
C_SRCS
=
msg711.c
@MAKE_DLL_RULES@