diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-08-16 04:17:54 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-08-16 04:17:54 +0000 |
commit | f9f70860622613686e6ac0bf7ebd448f437d92a7 (patch) | |
tree | 40db43350aaee44d072610a008d2f91aeced32c3 /bs/deps-input.mk | |
parent | a889684acdabb5936813f047439937f842221ce1 (diff) | |
download | mpd-f9f70860622613686e6ac0bf7ebd448f437d92a7.tar.gz mpd-f9f70860622613686e6ac0bf7ebd448f437d92a7.tar.xz mpd-f9f70860622613686e6ac0bf7ebd448f437d92a7.zip |
bs: better support for mp4/faad/aac and wavpack buildssvn/trunk
* Correctly define the following CPP directives:
HAVE_FAAD_BUFLEN_FUNCS
HAVE_MP4AUDIOSPECIFICCONFIG
* link against libwavpack correctly in bs
* fix include path for the mpd config.h for mp4ff
git-svn-id: https://svn.musicpd.org/mpd/trunk@7399 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'bs/deps-input.mk')
-rw-r--r-- | bs/deps-input.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bs/deps-input.mk b/bs/deps-input.mk index b9f13b471..c45a788b6 100644 --- a/bs/deps-input.mk +++ b/bs/deps-input.mk @@ -41,5 +41,6 @@ ifeq ($(HAVE_OGGVORBIS),1) endif endif - - +ifeq ($(HAVE_WAVPACK),1) + mpd_LDFLAGS += -lwavpack +endif |