packages/sound/mpd/patches/diff.patch
mirko 83831badfe several changes to mpd Makefile
- general cleanup, adjust dependencies -> make build more deterministic
 - enable AAC-support (link against libfaad2)
 - disable sqlite support, as this is only used for the "sticker" feature
 - make build depend on BUILD_PATENTED flag (affects aac/mp3 support)
 - provide avahi service file for mpd to have some kind of mdns support

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21054 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 17:20:04 +00:00

11 lines
309 B
Diff

--- mpd-0.15.9/configure.orig 2010-04-13 22:40:51.998295776 +0200
+++ mpd-0.15.9/configure 2010-04-13 22:41:15.868300133 +0200
@@ -9162,6 +9162,7 @@
# Check whether --with-faad was given.
if test "${with_faad+set}" = set; then :
withval=$with_faad;
+ faad_prefix=$with_faad;
else
faad_prefix=""
fi