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. Rev package.
svn diff feeds/packages/ffmpeg/Makefile Index: feeds/packages/ffmpeg/Makefile =================================================================== --- feeds/packages/ffmpeg/Makefile (revision 24626) +++ feeds/packages/ffmpeg/Makefile (working copy) @@ -9,7 +9,7 @@ PKG_NAME:=ffmpeg PKG_VERSION:=0.5.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ @@ -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
