Added the audio mixer to the Makefile

This commit is contained in:
Andre Leiradella 2017-02-23 00:00:16 +00:00
parent 7e029a5981
commit 1499a7ec64

View File

@ -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 \