From b231dc6a946e668784e280788afe9003756c8791 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Fri, 16 Feb 2018 15:49:34 -0600 Subject: [PATCH] Makefile: make -llibs LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40b19f4..9b16854 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ 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 else ifndef SOUND -- 2.34.1