From 90f8456eef2c88807c8fd8a3be376fd41c6ee6bb Mon Sep 17 00:00:00 2001 From: Ed Kelly Date: Sat, 9 May 2009 18:57:33 +0000 Subject: New weightonset external svn path=/trunk/externals/pdvjtools/; revision=11309 --- pdp_freeframe/Makefile | 2 +- pdp_freeframe/Makefile.config | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pdp_freeframe') diff --git a/pdp_freeframe/Makefile b/pdp_freeframe/Makefile index 60c358b..7fa28dc 100644 --- a/pdp_freeframe/Makefile +++ b/pdp_freeframe/Makefile @@ -7,7 +7,7 @@ PDP_MOD = pdp_freeframe.o # build basic image processing modules (derived from base class) all: $(PDP_MOD) - $(CC) -export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS) + $(CC) --export_dynamic -shared -o pdp_freeframe.pd_linux *.o $(PDP_LIBS) clean: rm -f *~ diff --git a/pdp_freeframe/Makefile.config b/pdp_freeframe/Makefile.config index 986e6ce..930c207 100644 --- a/pdp_freeframe/Makefile.config +++ b/pdp_freeframe/Makefile.config @@ -2,10 +2,10 @@ # specify pd's include path here and ignore the warning # FF_PLUGIN_DIR=/usr/lib/FreeFrame -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 +PD_CPPFLAGS=-I/home/synchroma/software/pd/Pd-0.40.3-extended/pd/src +PDP_CFLAGS=-I/home/synchroma/software/pd/svn/pure-data/externals/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 +prefix=/usr PDP_VERSION = 0.0.1 PDP_TARGET = linux PDP_LIBRARY_NAME = pdp_freeframe.pd_linux -- cgit v1.2.1