calculating client fps

This commit is contained in:
Devaev Maxim
2018-10-06 00:50:30 +03:00
parent 0c85aad5a2
commit 7c524a1196
3 changed files with 38 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ LDFLAGS ?=
# =====
CC = gcc
LIBS = -lm -ljpeg -pthread -levent -levent_pthreads
LIBS = -lm -ljpeg -pthread -levent -levent_pthreads -luuid
override CFLAGS += -c -std=c99 -Wall -Wextra -D_GNU_SOURCE
SOURCES = $(shell ls src/*.c src/jpeg/*.c)
OBJECTS = $(SOURCES:.c=.o)