From: Matthieu Crapet Date: Mon, 28 Jul 2014 12:06:53 +0000 (+0200) Subject: libav: fix PACKAGECONFIG for theora and libvorbis X-Git-Tag: 2015-4~2140 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=251a5cc8c940f54f058588977734fd0ede664c3c;p=openembedded-core.git libav: fix PACKAGECONFIG for theora and libvorbis Switches must not be in EXTRA_OECONF anymore. Signed-off-by: Matthieu Crapet Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index 1d617a2482..5c327df386 100644 --- a/meta/recipes-multimedia/libav/libav.inc +++ b/meta/recipes-multimedia/libav/libav.inc @@ -60,8 +60,6 @@ EXTRA_OECONF = " \ --enable-avserver \ --enable-avplay \ --ld="${CCLD}" \ - --enable-libtheora \ - --enable-libvorbis \ --arch=${TARGET_ARCH} \ --target-os="linux" \ --enable-cross-compile \