mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 03:00:31 +00:00
12 lines
582 B
Diff
12 lines
582 B
Diff
--- a/lib/libv4l2/Makefile.in
|
|
+++ b/lib/libv4l2/Makefile.in
|
|
@@ -481,7 +481,7 @@
|
|
libv4l2_la_SOURCES = libv4l2.c log.c libv4l2-priv.h $(am__append_1)
|
|
libv4l2_la_CPPFLAGS = $(CFLAG_VISIBILITY) $(ENFORCE_LIBV4L_STATIC)
|
|
libv4l2_la_LDFLAGS = $(LIBV4L2_VERSION) -lpthread $(DLOPEN_LIBS) $(ENFORCE_LIBV4L_STATIC)
|
|
-libv4l2_la_LIBADD = ../libv4lconvert/libv4lconvert.la
|
|
+libv4l2_la_LIBADD = ../libv4lconvert/libv4lconvert.la -landroid-glob
|
|
v4l2convert_la_SOURCES = v4l2convert.c
|
|
v4l2convert_la_LIBADD = libv4l2.la
|
|
v4l2convert_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
|