x264_r2245.bb: Fix build when DISTRO_FEATURES lacks "largefile".
authorGraham Gower <graham.gower@gmail.com>
Tue, 30 Nov 2010 01:11:30 +0000 (11:41 +1030)
committerStefan Schmidt <stefan@buglabs.net>
Thu, 2 Dec 2010 15:47:17 +0000 (16:47 +0100)
commitcb3d42b5032c4e3959d5789022d1552e77a8e571
tree37d47e620d2b5e4d4ef676c2ab8e8a0f33d1a01a
parent0e224d2c7eeba2d0df846d1627337a61f0283668
x264_r2245.bb: Fix build when DISTRO_FEATURES lacks "largefile".

mipsel-oe-linux-uclibc-gcc -march=mips32 -O3 -ffast-math -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -I. -fPIC -std=gnu99 -s -fomit-frame-pointer -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include  -c -o common/mc.o common/mc.c
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0,
                 from common/osdep.h:29,
                 from common/common.h:76,
                 from common/mc.c:24:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/vlc/x264_r2245.bb