diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-05-01 09:10:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-08 15:40:28 +0200 |
commit | 3f44911971f7ceecbcc3371806c970e93a10a3f9 (patch) | |
tree | 4dd90961673693ef3ac428d43ca6913090267772 /Config.in.legacy | |
parent | 6ac12d8b18b4e1ebd8b11279e98068d2b3ba449e (diff) | |
download | buildroot-3f44911971f7ceecbcc3371806c970e93a10a3f9.tar.gz buildroot-3f44911971f7ceecbcc3371806c970e93a10a3f9.zip |
package/libplayer: remove mplayer support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index c51984a3b9..2b03ba7324 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -156,6 +156,12 @@ config BR2_PACKAGE_LIBKCAPI_APPS Test applications (hasher, rng read, speed-test, test) now have their own configuration options in the libkcapi menu. +config BR2_PACKAGE_LIBPLAYER_MPLAYER + bool "mplayer support in libplayer removed" + select BR2_LEGACY + help + The mplayer package was removed. + config BR2_PACKAGE_IQVLINUX bool "iqvlinux package removed" select BR2_LEGACY |