projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919dca5
)
mplayer: 1.1 version needs largefile support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 26 Sep 2012 07:13:32 +0000
(09:13 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/multimedia/mplayer/Config.in
b/package/multimedia/mplayer/Config.in
index 77bf9dc99567339d6689d74d6acbd8d3e4b1b931..c64dab719e682268b3602230d3398c96184a6dfd 100644
(file)
--- 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