Merge pull request #8418 from cotequeiroz/libv4l_no-bpf

libv4l: avoid libelf dependency
This commit is contained in:
Ted Hess 2019-03-17 07:37:19 -04:00 committed by GitHub
commit b6d6f519aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ TARGET_CFLAGS += -flto
TARGET_LDFLAGS += -largp -Wl,--gc-sections
CONFIGURE_ARGS+= \
--disable-bpf \
--disable-doxygen-doc \
--disable-libdvbv5 \
--disable-qv4l2 \