Christopher Egert : gsm: Enable WAV49 support.

Alexandre Julliard julliard at winehq.org
Mon Mar 7 16:04:55 CST 2022


Module: wine
Branch: master
Commit: 9799fa80091eeb38865f62fccc8abaaa6e51c52a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9799fa80091eeb38865f62fccc8abaaa6e51c52a

Author: Christopher Egert <cme3000 at gmail.com>
Date:   Sun Mar  6 18:33:02 2022 +0100

gsm: Enable WAV49 support.

Fixes a regression introduced by 0e7fd41af953b2a9fa23cf6920fac229f2dd2e44
causing missing audio elements in the 64k intros elysian by logicoma
and clean state by conspiracy.

Signed-off-by: Christopher Egert <cme3000 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 libs/gsm/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libs/gsm/Makefile.in b/libs/gsm/Makefile.in
index 482004cab8d..36c749aa60f 100644
--- a/libs/gsm/Makefile.in
+++ b/libs/gsm/Makefile.in
@@ -1,5 +1,6 @@
 EXTLIB    = libgsm.a
 EXTRAINCL = -I$(srcdir)/inc
+EXTRADEFS = -DWAV49
 
 C_SRCS = \
 	src/add.c \




More information about the wine-cvs mailing list