mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
libav: move --enable-postproc to 0.8.4 recipe
libav 9.1 does not have this option. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
61a5d633e9
commit
c70093344e
@@ -32,7 +32,6 @@ EXTRA_OECONF = " \
|
||||
--enable-shared \
|
||||
--enable-pthreads \
|
||||
--enable-gpl \
|
||||
--enable-postproc \
|
||||
--enable-avfilter \
|
||||
\
|
||||
--cross-prefix=${TARGET_PREFIX} \
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
require libav.inc
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--enable-postproc \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
|
||||
|
||||
Reference in New Issue
Block a user