So disable when we don't have largefile support in toolchain.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Fixes all over the tree.
- Updated/fixed packages: xdriver_xf86-video-openchrome
+ Updated/fixed packages: mplayer, xdriver_xf86-video-openchrome
2010.05-rc1, Released May 3rd, 2010:
ifeq ($(BR2_LARGEFILE),y)
MPLAYER_LARGEFILE:=--enable-largefiles
else
-MPLAYER_LARGEFILE:=--disable-largefiles
+# dvdread/dvdcss requires largefile support
+MPLAYER_LARGEFILE:=--disable-largefiles \
+ --disable-dvdread-internal \
+ --disable-libdvdcss-internal
endif
ifeq ($(BR2_i386),y)