From 251a5cc8c940f54f058588977734fd0ede664c3c Mon Sep 17 00:00:00 2001 From: Matthieu Crapet Date: Mon, 28 Jul 2014 14:06:53 +0200 Subject: 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 --- meta/recipes-multimedia/libav/libav.inc | 2 -- 1 file changed, 2 deletions(-) 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 \ -- cgit 1.2.3-korg