mplayer: 1.1 version needs largefile support
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Sep 2012 07:13:32 +0000 (09:13 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Sep 2012 07:13:32 +0000 (09:13 +0200)
Fixes http://autobuild.buildroot.net/results/7d084a1a8fd484f2c6df82ccd7b9d8aeebe68c2d

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/mplayer/Config.in

index 77bf9dc99567339d6689d74d6acbd8d3e4b1b931..c64dab719e682268b3602230d3398c96184a6dfd 100644 (file)
@@ -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