From 4bf163ecfac27c3dd86dff96df6f4647f9afe021 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 9 Oct 2020 14:19:40 +0300 Subject: Cleanup Moved buffers out of player.c. Include MIME type with the data so the correct decoder can be chosen. Added stb_vorbis: https://github.com/nothings/stb --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 15ff9a0a..263942e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,8 +106,11 @@ set (SOURCES src/visited.c src/visited.h # Audio playback: + src/audio/buf.c + src/audio/buf.h src/audio/player.c src/audio/player.h + src/audio/stb_vorbis.c # User interface: src/ui/color.c src/ui/color.h -- cgit v1.2.3