From 6bcedeed375c3504d4d6f82fca020790866e2c6e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 12 Dec 2010 22:54:03 +0100 Subject: mplayer: convert to gentargets, bump to a recent SVN version Based on the conversion to gentargets done by Martin Banky, several issues were fixed, and the mplayer package was improved: * Updated to a recent SVN version * Removed mandatory dependency on libmad * The AVR32 specific patch has been removed. It was a pain to remain blocked at the old 1.0-rc2 just for this patch. All this optimization work should have been submitted upstream, Buildroot is not the place to carry such heavy modifications. * Options were added to select whether mplayer and/or mencoder should be built/installed. * Support for additional options if packages have been selected: tremor, libmad, libtheora, libpng, jpeg, xlib_libX11, xlib_libXv. More could be added in the future. * Support for ARM-related optimization options. Similar improvements could be done for x86 and PowerPC architectures. [Peter: fix build with !IPV6] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/multimedia/mplayer/Config.in | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'package/multimedia/mplayer/Config.in') diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in index 894f65c6d..a9a4bb611 100644 --- a/package/multimedia/mplayer/Config.in +++ b/package/multimedia/mplayer/Config.in @@ -1,8 +1,22 @@ config BR2_PACKAGE_MPLAYER bool "mplayer" - select BR2_PACKAGE_LIBMAD help MPlayer is a movie player which runs on many systems and supports many different file formats. http://www.mplayerhq.hu/ + +if BR2_PACKAGE_MPLAYER + +config BR2_PACKAGE_MPLAYER_MPLAYER + bool "Build and install mplayer" + default y + help + This will install the video player. + +config BR2_PACKAGE_MPLAYER_MENCODER + bool "Build and install mencoder" + help + This will install the video encoder. + +endif -- cgit v1.2.3