Remove depenancy on libsamplerate in the makefile.

This commit is contained in:
Jonathan Naylor
2021-05-08 15:12:47 +01:00
parent 7008c624d9
commit 2d6f601feb
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -lpthread -lsamplerate -lutil
LIBS = -lArduiPi_OLED -lpthread -lutil
# If you use NetBSD, add following CFLAGS
#CFLAGS += -L/usr/local/lib -Wl,-rpath=/usr/local/lib