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>
This commit is contained in:
Gustavo Zacarias 2011-02-25 17:10:07 -03:00 committed by Peter Korsgaard
parent d428dddf68
commit 77dfefd43c

View File

@ -56,6 +56,17 @@ config BR2_PACKAGE_MPD_FLAC
Enable flac input/streaming support. Enable flac input/streaming support.
Select this if you want to play back FLAC files. 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 config BR2_PACKAGE_MPD_LAME
bool "lame" bool "lame"
select BR2_PACKAGE_LAME select BR2_PACKAGE_LAME
@ -147,17 +158,6 @@ config BR2_PACKAGE_MPD_WAVPACK
Enable wavpack input support. Enable wavpack input support.
Select this if you want to play back WV files. 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 endif
comment "mpd requires a toolchain with C++ and WCHAR support" comment "mpd requires a toolchain with C++ and WCHAR support"