On 03/02/2016 06:21 PM, Martin Jansa wrote:
+# http://errors.yoctoproject.org/Errors/Details/40736/ +PNBLACKLIST[gst-ffmpeg] ?= "Not compatible with currently used ffmpeg 3"
Before blacklisting, you should try switching to gst-ffmpeg's internal copy of that library, and see if it helps:
PACKAGECONFIG ??= "external-libav" PACKAGECONFIG[external-libav] = "--with-system-ffmpeg,,libav" So drop external-libav from PACKAGECONFIG. Alex -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
