Alexandre Julliard
0e7fd41af9
msgsm32.acm: Use the bundled gsm codec and build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-20 16:16:07 +02:00
Alexandre Julliard
6ba7773121
makefiles: Add a -mcygwin flag to specify the inverse of -mno-cygwin.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Hiroki Awata
d05dd4460c
msgsm32.acm: Msgsm32 should not perform PCM-to-PCM conversion.
...
If the source and destination are both in a specific PCM format (1
channel, 16bit), acmStreamOpen will select the GSM 6.10 driver in
preference to the built-in, causing incorrect conversion.
Signed-off-by: Hiroki Awata <castaneai@by.black>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-18 18:41:54 +02:00
Alexandre Julliard
4d0034e869
msgsm32.acm: Use standard dlopen() instead of the libwine wrappers.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:42 +02:00
Michael Stefaniuc
41b0dbacea
msgsm32.acm: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-16 16:33:08 +01:00
Michael Stefaniuc
8abd579252
msgsm32.acm: Avoid an ARRAY_SIZE-like macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-13 17:20:43 +02:00
Andrew Eikum
ab22ea74a4
msacm32: Make ACM driver details match native more closely.
2015-05-27 14:31:39 +09:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Frédéric Delanoy
157eae214f
msgsm32.acm: Use BOOL type where appropriate.
2013-11-15 11:59:15 +01:00
Frédéric Delanoy
4473ce4db9
Assorted spelling fixes.
2013-10-30 09:46:27 +01:00
Andrew Eikum
99661c7ddf
msgsm32: Downgrade ERR to WARN.
2012-05-22 20:49:28 +02:00
Francois Gouget
fac36c55e9
Assorted typo, spelling, wording and case fixes.
2012-05-15 16:26:43 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Mikhail Maroukhine
26cba0cb43
msgsm32.acm: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:31 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Michael Stefaniuc
d3bc43b5ed
Grammar fixes "is doesn't" => "doesn't".
2010-01-11 11:33:59 -06:00
Maarten Lankhorst
c186d8a337
msgsm32.acm: Also check for gsm/gsm.h.
...
Some systems don't have a gsm.h, so try including gsm/gsm.h first
2009-08-06 12:22:26 +02:00
Maarten Lankhorst
a89ba9e47e
msgsm32.acm: Add support for encoding and decoding.
...
Also makes the code only load the libgsm library only when it is used
instead of on initialization of the dll.
2009-08-04 15:20:14 +02:00
Maarten Lankhorst
37a89ff073
msgsm32.acm: Add support for format enumeration.
2009-08-04 15:19:49 +02:00
Maarten Lankhorst
58b5a3f6be
msgsm32.acm: Implement a stub dll.
2009-08-04 15:19:32 +02:00