Moved ldflags to end of cc line
authortschmidty69 <tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:13 +0000 (10:05 -0500)
committertschmidty69 <tschmidty@yahoo.com>
Sat, 17 Feb 2018 15:05:13 +0000 (10:05 -0500)
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