diff options
author | Oliver Schib <lich000king@yahoo.de> | 2016-01-11 20:14:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-13 19:38:00 +0100 |
commit | ef00f709dd8cb0e1b3b33870395235f71fb5067d (patch) | |
tree | 44afd6d1b5377b6b5042976e5e3f535db50dca82 /target | |
parent | d47d56e865051a903791a97d44abbfcc6e7196f1 (diff) |
Change mpd dependencies.
Video libraries are not necessary for successful build and start of mpd.
libexpat is needed.
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/appliances/mpd.appliance | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/appliances/mpd.appliance b/target/appliances/mpd.appliance index eeb6f90d2..1be44db3a 100644 --- a/target/appliances/mpd.appliance +++ b/target/appliances/mpd.appliance @@ -22,12 +22,8 @@ config ADK_APPLIANCE_MPD select ADK_PACKAGE_DROPBEAR_WITH_UTMP select ADK_PACKAGE_FFPROBE select ADK_PACKAGE_LIBFFMPEG - select ADK_PACKAGE_LIBFFMPEG_WITH_X264 select ADK_PACKAGE_LIBFFMPEG_WITH_AAC select ADK_PACKAGE_LIBFFMPEG_WITH_MP3 - select ADK_PACKAGE_LIBFFMPEG_WITH_VP8 - select ADK_PACKAGE_LIBFFMPEG_WITH_THEORA - select ADK_PACKAGE_LIBFFMPEG_WITH_XVID select ADK_PACKAGE_LIBFFMPEG_WITH_VORBIS select ADK_PACKAGE_E2FSCK select ADK_PACKAGE_ALSA_UTILS |