Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
7aa2bcf8
Commit
7aa2bcf8
authored
Dec 09, 2016
by
Libretro-Admin
Browse files
Buildfix if building without libflac
parent
2d81f6a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
7aa2bcf8
...
...
@@ -96,6 +96,7 @@ endif
SOURCES_C
+=
$(CORE_DIR)
/common/net_none.c
ifeq
($(USE_CODEC_FLAC),1)
SOURCES_C
+=
$(LIBFLAC_DIR)
/bitmath.c
\
$(LIBFLAC_DIR)
/bitreader.c
\
$(LIBFLAC_DIR)
/cpu.c
\
...
...
@@ -116,3 +117,4 @@ SOURCES_C += $(LIBFLAC_DIR)/bitmath.c \
$(LIBFLAC_DIR)
/stream_encoder.c
\
$(LIBFLAC_DIR)
/stream_encoder_framing.c
\
$(LIBFLAC_DIR)
/window.c
endif
common/snd_codec.c
View file @
7aa2bcf8
...
...
@@ -23,7 +23,6 @@
*
*/
#include <bsd/string.h>
#include "quakedef.h"
#include "sound.h"
#include "common.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment