aboutsummaryrefslogtreecommitdiffstats
path: root/build.mk
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-08-16 04:17:54 +0000
committerEric Wong <normalperson@yhbt.net>2008-08-16 04:17:54 +0000
commitf9f70860622613686e6ac0bf7ebd448f437d92a7 (patch)
tree40db43350aaee44d072610a008d2f91aeced32c3 /build.mk
parenta889684acdabb5936813f047439937f842221ce1 (diff)
downloadmpd-svn/trunk.tar.gz
mpd-svn/trunk.tar.xz
mpd-svn/trunk.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 'build.mk')
-rwxr-xr-xbuild.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.mk b/build.mk
index 6962d00c2..a8f46525c 100755
--- a/build.mk
+++ b/build.mk
@@ -42,7 +42,7 @@ ifneq ($(HOST),$(build))
endif
endif
-mpd_CFLAGS += -I$(O)/src
+mpd_CFLAGS += -I$(O)/src -I$(O)
mpd_LDFLAGS += -lm
mpd_DIRS := $(O)/src/inputPlugins $(O)/src/audioOutputs