diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-25 17:10:07 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-25 21:21:22 +0100 |
commit | 77dfefd43cab12c0393ba63953a08ab3615d618c (patch) | |
tree | 281dbc7a9170d21c1a2d727f8ddaa526be20bca2 /package/multimedia | |
parent | d428dddf680b067c13ba9a08bfd502c7286cffe7 (diff) | |
download | buildroot-novena-77dfefd43cab12c0393ba63953a08ab3615d618c.tar.gz buildroot-novena-77dfefd43cab12c0393ba63953a08ab3615d618c.zip |
mpd: move ffmpeg option up
Move the ffmpeg option up to keep the pretty sort order.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia')
-rw-r--r-- | package/multimedia/mpd/Config.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index 049c0fc84..b3491f22e 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -56,6 +56,17 @@ config BR2_PACKAGE_MPD_FLAC Enable flac input/streaming support. Select this if you want to play back FLAC files. +config BR2_PACKAGE_MPD_FFMPEG + bool "ffmpeg" + select BR2_PACKAGE_FFMPEG + depends on BR2_LARGEFILE + help + Enable ffmpeg input support. + Select this if you want to play back files supported by ffmpeg. + +comment "ffmpeg support requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE + config BR2_PACKAGE_MPD_LAME bool "lame" select BR2_PACKAGE_LAME @@ -147,17 +158,6 @@ config BR2_PACKAGE_MPD_WAVPACK Enable wavpack input support. Select this if you want to play back WV files. -config BR2_PACKAGE_MPD_FFMPEG - bool "ffmpeg" - select BR2_PACKAGE_FFMPEG - depends on BR2_LARGEFILE - help - Enable ffmpeg input support. - Select this if you want to play back files supported by ffmpeg. - -comment "ffmpeg support requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE - endif comment "mpd requires a toolchain with C++ and WCHAR support" |