From 1499a7ec640bb0a0e71c7d9e9bfc018ec5ec607c Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Thu, 23 Feb 2017 00:00:16 +0000 Subject: [PATCH] Added the audio mixer to the Makefile --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 91054f6a17..424a2c6b33 100644 --- a/Makefile.common +++ b/Makefile.common @@ -186,6 +186,7 @@ OBJ += frontend/frontend.o \ file_path_str.o \ $(LIBRETRO_COMM_DIR)/hash/rhash.o \ audio/audio_driver.o \ + audio/audio_mixer.o \ input/input_driver.o \ gfx/video_coord_array.o \ gfx/video_driver.o \