Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1800)

Unified Diff: src/Makefile

Issue 5819001: Add frame-by-frame animation. (Closed) Base URL: http://git.chromium.org/git/ply-image.git@master
Patch Set: Fix units in comment. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ply-frame-buffer.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Makefile
diff --git a/src/Makefile b/src/Makefile
index ab7441233b0a82632c1138452fb486da506ab197..27f3acd8b6d08c8f9c94d8d38aaa381d432ea68e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,7 +12,7 @@ CFLAGS ?= -O2
ply-image: $(C) $(H) Makefile
$(CC) $(CFLAGS) $(C) $(LIBS) -Wall -I. -o ply-image -o ply-image \
- -lpng -lm
+ -lpng -lrt -lm
clean:
rm -f ply-image *~
« no previous file with comments | « no previous file | src/ply-frame-buffer.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698