diff options
-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 |