diff options
author | Oliver Schib <lich000king@yahoo.de> | 2016-03-02 21:14:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-04 07:41:14 +0100 |
commit | d9f0b85549cc68d1906ad5c3f3ee53a233215671 (patch) | |
tree | ced8da546300b6095c613ce0ed7a6934d50fb7ab /package/mpd/Makefile | |
parent | 57a3776d5e6e91ba7095c4162c8c44ef4e6a0429 (diff) |
build mpd with pipe output
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r-- | package/mpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index f9af413c9..9c973dce0 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -151,7 +151,8 @@ CONFIGURE_ARGS+= --disable-jack \ --disable-sqlite \ --disable-mpg123 \ --disable-soundcloud \ - --enable-inotify + --enable-inotify \ + --enable-pipe-output ifneq (${ADK_PACKAGE_MPD_WITH_SNDFILE},) CONFIGURE_ARGS+= --enable-sndfile |