From: Peter Korsgaard Date: Wed, 26 Sep 2012 07:13:32 +0000 (+0200) Subject: mplayer: 1.1 version needs largefile support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b255b06498e1646a392cc58f7589b043104955c;p=buildroot.git mplayer: 1.1 version needs largefile support Fixes http://autobuild.buildroot.net/results/7d084a1a8fd484f2c6df82ccd7b9d8aeebe68c2d Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in index 77bf9dc995..c64dab719e 100644 --- a/package/multimedia/mplayer/Config.in +++ b/package/multimedia/mplayer/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_MPLAYER # "Error: unsupported architecture sh4a" says mplayer # configure script. depends on !BR2_sh4a && !BR2_sh4aeb + depends on BR2_LARGEFILE help MPlayer is a movie player which runs on many systems and supports many different file formats. @@ -23,3 +24,6 @@ config BR2_PACKAGE_MPLAYER_MENCODER This will install the video encoder. endif + +comment "mplayer requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE