From 2938c96d707e481467932f19866cb1874a6f8802 Mon Sep 17 00:00:00 2001 From: tschmidty69 Date: Sat, 17 Feb 2018 10:05:13 -0500 Subject: [PATCH] Moved ldflags to end of cc line --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 354ef95..4e0980b 100644 --- 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 -- 2.34.1