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:
Marcin Juszkiewicz
2013-01-10 12:52:36 +00:00
committed by Martin Jansa
parent 61a5d633e9
commit c70093344e
2 changed files with 4 additions and 1 deletions
@@ -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 \