diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:35:33 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:35:33 +0000 |
commit | 41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (patch) | |
tree | 2efd13d1a2113036673a707f745fa6bf87f10c1f | |
parent | 9b8745d5250c9d0b60c9aa5a77f58a3fcddf1076 (diff) |
makefile
svn path=/trunk/externals/pdp/; revision=354
-rw-r--r-- | Makefile.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.config b/Makefile.config index ab45cdc..9aa1fcc 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,9 +1,9 @@ # pd's directory -PD_DIR = /home/tom/pd/distro/pd -PDP_DIR = /home/tom/pd/packet +#PD_DIR = /home/tom/pd/distro/pd +#PDP_DIR = /home/tom/pd/packet -#PD_DIR = /usr/local/pd -#PDP_DIR = /usr/local/pdp +PD_DIR = /usr/local/pd +PDP_DIR = /usr/local/pdp # uncomment for philips webcam support # PDP_PWC = -DHAVE_V4LPWC |