From: Steinar H. Gunderson Date: Mon, 21 Jan 2013 00:42:28 +0000 (+0100) Subject: Link against -lpng, since we can now write screenshots in PNG format. X-Git-Tag: 1.0~149^2~11 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=045084c435e76384ad8bbe409c1ba7e54895b469;hp=38dfb378427d1c97113ad7644c39f7695be84c49 Link against -lpng, since we can now write screenshots in PNG format. --- diff --git a/Makefile b/Makefile index 8bfaf9f..c905c59 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CC=gcc CXX=g++ CXXFLAGS=-Wall -g -I$(GTEST_DIR)/include $(EIGEN_CXXFLAGS) $(GLEW_CXXFLAGS) -LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread $(GLEW_LIBS) +LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread -lpng $(GLEW_LIBS) RANLIB=ranlib ifeq ($(COVERAGE),1)