summaryrefslogtreecommitdiff
path: root/package/multimedia/mplayer/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/mplayer/Config.in')
-rw-r--r--package/multimedia/mplayer/Config.in16
1 files changed, 15 insertions, 1 deletions
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