Browse Source
Merge pull request #8418 from cotequeiroz/libv4l_no-bpf
libv4l: avoid libelf dependency
lilik-openwrt-22.03
Ted Hess
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
libs/libv4l/Makefile
|
|
@ -76,6 +76,7 @@ TARGET_CFLAGS += -flto |
|
|
|
TARGET_LDFLAGS += -largp -Wl,--gc-sections |
|
|
|
|
|
|
|
CONFIGURE_ARGS+= \
|
|
|
|
--disable-bpf \
|
|
|
|
--disable-doxygen-doc \
|
|
|
|
--disable-libdvbv5 \
|
|
|
|
--disable-qv4l2 \
|
|
|
|