From: Steinar H. Gunderson Date: Mon, 8 Oct 2012 10:08:26 +0000 (+0200) Subject: We need to link to -lrt, since we use the clock functions from there. X-Git-Tag: 1.0~345 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=1ea0281f1a64b10335d47fcd4dfb8bc862228d4b We need to link to -lrt, since we use the clock functions from there. --- diff --git a/Makefile b/Makefile index 96ff15c..21e76aa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CXX=g++ CXXFLAGS=-Wall -g -LDFLAGS=-lSDL -lSDL_image -lGL +LDFLAGS=-lSDL -lSDL_image -lGL -lrt # Core. OBJS=main.o util.o widgets.o effect.o effect_chain.o