diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-01-25 00:33:06 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-01-25 00:33:06 +0000 |
commit | 927fb556605dafa7d71d5bb02c7c248eefb17508 (patch) | |
tree | 71541f4607d76f5759acb4bb61517b32a6352bae /pdp_freeframe | |
parent | 6d40e7a278679d1629e9ffc8a3cc164a283edd27 (diff) |
makefile works on pd-svn tree
svn path=/trunk/externals/pdvjtools/; revision=10621
Diffstat (limited to 'pdp_freeframe')
-rw-r--r-- | pdp_freeframe/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config index e4e4784..986e6ce 100644 --- a/pdp_freeframe/Makefile.config +++ b/pdp_freeframe/Makefile.config @@ -2,7 +2,7 @@ # specify pd's include path here and ignore the warning # FF_PLUGIN_DIR=/usr/lib/FreeFrame -PD_CPPFLAGS=-I../../../pd +PD_CPPFLAGS=-I../../../pd/src PDP_CFLAGS=-I../../pdp/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX prefix=/usr/local |