Merge pull request #7579 from AdrianoML/master

Major improvements to the video processor core
This commit is contained in:
Twinaphex 2018-11-11 22:08:18 +01:00 committed by GitHub
commit 62eb7822e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 800 additions and 160 deletions

View File

@ -109,7 +109,7 @@ else
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
endif
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV)
LDFLAGS += $(LIBV4L2) $(LIBASOUND) $(LIBUDEV) -lm
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g

File diff suppressed because it is too large Load Diff