refactoring

This commit is contained in:
Devaev Maxim
2019-03-04 15:42:47 +03:00
parent b2ca0ea998
commit 4492cc1efe
4 changed files with 12 additions and 12 deletions

View File

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