Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4f476
)
Moved ldflags to end of cc line
author
tschmidty69
<tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:13 +0000
(10:05 -0500)
committer
tschmidty69
<tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:13 +0000
(10:05 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 354ef95768b06781ce070b2e80ea951994987a72..4e0980b7607c93d0efe496e6f68a35009370152d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-64,7
+64,6
@@
BUFFSIZE ?= 4096
DEFAULT_CONVERTER ?= SRC_SINC_MEDIUM_QUALITY
ifeq ($(SOUND), ao)
-# CFLAGS += -lao -ldl -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate
LDFLAGS += -lao -ldl -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate
else ifeq ($(SOUND), none)
CFLAGS += -DNO_SOUND