Add the audio handling changes to build system and documentation
This commit is contained in:
parent
edad78b5e0
commit
dfc9b2db31
5 changed files with 95 additions and 34 deletions
33
src/libs/decoders/Makefile.am
Normal file
33
src/libs/decoders/Makefile.am
Normal file
|
@ -0,0 +1,33 @@
|
|||
noinst_LIBRARIES = libdecoders.a
|
||||
|
||||
libdecoders_a_SOURCES = \
|
||||
SDL_sound.c \
|
||||
SDL_sound.h \
|
||||
SDL_sound_internal.h \
|
||||
audio_convert.c \
|
||||
wav.c \
|
||||
dr_wav.h \
|
||||
flac.c \
|
||||
dr_flac.h \
|
||||
opus.c \
|
||||
vorbis.c \
|
||||
stb_vorbis.h \
|
||||
mp3.cpp \
|
||||
mp3_seek_table.cpp \
|
||||
mp3_seek_table.h \
|
||||
dr_mp3.h \
|
||||
archive.h \
|
||||
xxhash.c \
|
||||
xxhash.h
|
||||
|
||||
libdecoders_a_CXXFLAGS = \
|
||||
$(AM_CXXFLAGS) \
|
||||
$(CXXFLAGS) \
|
||||
-Wpedantic \
|
||||
-Wall
|
||||
|
||||
libdecoders_a_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
$(CFLAGS) \
|
||||
-Wpedantic \
|
||||
-Wall
|
Loading…
Add table
Add a link
Reference in a new issue