diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-07-28 14:06:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-29 09:55:54 +0100 |
commit | 251a5cc8c940f54f058588977734fd0ede664c3c (patch) | |
tree | e5ce06feb97648a5e3235762a48b61cbf819de8a | |
parent | 74b05bba64589da0e4439a4293559ad9670104bd (diff) | |
download | openembedded-core-251a5cc8c940f54f058588977734fd0ede664c3c.tar.gz openembedded-core-251a5cc8c940f54f058588977734fd0ede664c3c.tar.bz2 openembedded-core-251a5cc8c940f54f058588977734fd0ede664c3c.zip |
libav: fix PACKAGECONFIG for theora and libvorbis
Switches must not be in EXTRA_OECONF anymore.
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libav/libav.inc | 2 |
1 files changed, 0 insertions, 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 \ |