Enable v4l2 (and other) "input devices" that were previously disabled to support capture directly from UVC-style cameras. There is no way to re-enable individual "input devices" after a "--disable-devices" argument is supplied to ./configure as is done with decoders, encoders, muxers, parsers, and protocols. Thus do not disable "devices" to begin with.
Signed-off-by: J. Ryan Earl <[email protected]> svn diff feeds/packages/ffmpeg/Makefile Index: feeds/packages/ffmpeg/Makefile =================================================================== --- feeds/packages/ffmpeg/Makefile (revision 24626) +++ feeds/packages/ffmpeg/Makefile (working copy) @@ -209,7 +209,6 @@ $(if $(CONFIG_FFMPEG_IPV6),,--disable-ipv6) \ \ --disable-bsfs \ - --disable-devices \ --disable-encoders \ $(FFMPEG_CONFIGURE_ENCODERS) \ --disable-decoders \
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
