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:58:26 +0100 |
commit | 3b1beeb5109d0ccbc134ae6246b3dfb92d328778 (patch) | |
tree | 3d834ee6212e168a7f8f029b36e1c638fd8a523b /meta/recipes-multimedia/libav/libav.inc | |
parent | 931fd019bf2daead863f92d0f8d254378b9edffd (diff) | |
download | poky-3b1beeb5109d0ccbc134ae6246b3dfb92d328778.tar.gz |
libav: fix PACKAGECONFIG for theora and libvorbis
Switches must not be in EXTRA_OECONF anymore.
(From OE-Core rev: 251a5cc8c940f54f058588977734fd0ede664c3c)
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>
Diffstat (limited to 'meta/recipes-multimedia/libav/libav.inc')
-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 = " \ | |||
60 | --enable-avserver \ | 60 | --enable-avserver \ |
61 | --enable-avplay \ | 61 | --enable-avplay \ |
62 | --ld="${CCLD}" \ | 62 | --ld="${CCLD}" \ |
63 | --enable-libtheora \ | ||
64 | --enable-libvorbis \ | ||
65 | --arch=${TARGET_ARCH} \ | 63 | --arch=${TARGET_ARCH} \ |
66 | --target-os="linux" \ | 64 | --target-os="linux" \ |
67 | --enable-cross-compile \ | 65 | --enable-cross-compile \ |