From ea5a1b849df6e5085a92957ad387f9e653674415 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 11 Mar 2014 17:13:31 +1000 Subject: Combine GAUDIN and GAUDOUT into a single GAUDIO module. Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. --- gfx.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gfx.mk') diff --git a/gfx.mk b/gfx.mk index 8ac6e36b..8a2faa2b 100644 --- a/gfx.mk +++ b/gfx.mk @@ -9,7 +9,6 @@ include $(GFXLIB)/src/gtimer/sys_make.mk include $(GFXLIB)/src/gwin/sys_make.mk include $(GFXLIB)/src/ginput/sys_make.mk include $(GFXLIB)/src/gadc/sys_make.mk -include $(GFXLIB)/src/gaudin/sys_make.mk -include $(GFXLIB)/src/gaudout/sys_make.mk +include $(GFXLIB)/src/gaudio/sys_make.mk include $(GFXLIB)/src/gmisc/sys_make.mk include $(GFXLIB)/src/gfile/sys_make.mk -- cgit v1.2.3