diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-14 06:03:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-14 06:03:31 +0000 |
commit | f9f5be77646dc69989ed840e70e2b4cb452a76e5 (patch) | |
tree | c83253ebbb8783c37e197ce8b13669a790282aab /configure.ac | |
parent | 34a5c986ebab45f06258b6da12e0258ad570a67b (diff) |
merged in fixes from branch-v0-39-2-extended so that it builds on Mac OS X, and works better with the Pd-extended build system
svn path=/trunk/externals/pidip/; revision=6886
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3e3807a..6028ec7 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ then fi PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc" -PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps" +PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps -I/sw/include/libquicktime" make clean |