From 833724e1b15a708a04a7912204bf0d2dfdc2254b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 19 Feb 2011 20:42:02 +0100 Subject: mpd: add option for ffmpeg support For all the special file formats supported by ffmpeg. Signed-off-by: Peter Korsgaard --- package/multimedia/mpd/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'package/multimedia/mpd/Config.in') diff --git a/package/multimedia/mpd/Config.in b/package/multimedia/mpd/Config.in index e418d32c1..2b3bacfbc 100644 --- a/package/multimedia/mpd/Config.in +++ b/package/multimedia/mpd/Config.in @@ -144,6 +144,17 @@ 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" -- cgit v1.2.3