Commit 0143542c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Created an ACM IMA ADPCM codec.

parent dfbb04df
...@@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. ...@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = imaadp32.acm MODULE = imaadp32.acm
IMPORTS = ntdll.dll IMPORTS = winmm user32 kernel32 ntdll
LDDLLFLAGS = @LDDLLFLAGS@ LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o SYMBOLFILE = $(MODULE).tmp.o
......
...@@ -2,6 +2,6 @@ name imaadp32 ...@@ -2,6 +2,6 @@ name imaadp32
file imaadp32.acm file imaadp32.acm
type win32 type win32
debug_channels () debug_channels (adpcm)
@ stub DriverProc #(long long long long long) @ stdcall DriverProc (long long long long long) ADPCM_DriverProc
...@@ -8,4 +8,4 @@ vcr=mcivisca.drv ...@@ -8,4 +8,4 @@ vcr=mcivisca.drv
MPEGVideo=mciqtz.drv MPEGVideo=mciqtz.drv
[drivers32] [drivers32]
MSACM.adpcm=imaadp32.acm
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment