media-plugins/gst-transcoder: Workaround the usual sandbox access violations due...
authorPacho Ramos <pacho@gentoo.org>
Wed, 10 Aug 2016 19:02:41 +0000 (21:02 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 10 Aug 2016 19:06:17 +0000 (21:06 +0200)
Package-Manager: portage-2.3.0

media-plugins/gst-transcoder/gst-transcoder-1.8.1.ebuild

index f3e557ef0587c09997049dcfc78a472cbcfd06fd..f2f23a3980f7e7ab7bd244902e115f833193c993 100644 (file)
@@ -33,6 +33,7 @@ src_configure() {
 }
 
 src_compile() {
+       addpredict /dev #590848
        # We cannot use 'make' as it won't allow us to build verbosely
        cd build && ninja -v
 }