diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-03-08 02:33:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-03-08 02:33:29 +0000 |
commit | f4b920fc1373b6be4a2a2e9709fc7e21b791ce0b (patch) | |
tree | 1389d039fc1b7e3bb77862eed49e6404e68a4ef9 | |
parent | adfcf7043d1a547dee0fef5b9b1acc94e19da5e3 (diff) |
fix declare -lib declarations to have a -lib flag per library nameHEADsvn2git-headexternals/gem2pdp
svn path=/trunk/externals/gem2pdp/; revision=16056
-rw-r--r-- | gem2pdp-help.pd | 4 | ||||
-rw-r--r-- | pdp2gem-help.pd | 4 | ||||
-rw-r--r-- | pix_2pdp-help.pd | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gem2pdp-help.pd b/gem2pdp-help.pd index 7c976c2..6e2d62d 100644 --- a/gem2pdp-help.pd +++ b/gem2pdp-help.pd @@ -1,5 +1,5 @@ #N canvas 469 25 909 767 12; -#X declare -lib Gem pdp; +#X declare -lib Gem -lib pdp; #X obj 38 229 gemwin; #X msg 70 12 create; #X obj 526 46 gemhead; @@ -82,7 +82,7 @@ #X text 464 427 GL_AUX2; #X text 464 441 GL_AUX3; #X text 561 258 ( default ); -#X obj 716 14 declare -lib Gem pdp; +#X obj 716 14 declare -lib Gem -lib pdp; #X connect 1 0 0 0; #X connect 2 0 7 0; #X connect 3 0 0 0; diff --git a/pdp2gem-help.pd b/pdp2gem-help.pd index 49c7a20..81aaf2b 100644 --- a/pdp2gem-help.pd +++ b/pdp2gem-help.pd @@ -1,5 +1,5 @@ #N canvas 100 128 824 539 10; -#X declare -lib Gem pdp; +#X declare -lib Gem -lib pdp; #X obj 30 6 cnv 15 740 120 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 132 67 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1 @@ -88,7 +88,7 @@ native YV12 to...YUV is default (and fastest); #X msg 420 40 stop; #X text 436 16 Live; #X text 379 481 and James Tittle (tigital@mac.com); -#X obj 634 13 declare -lib Gem pdp; +#X obj 634 13 declare -lib Gem -lib pdp; #X connect 1 0 9 0; #X connect 2 0 13 0; #X connect 3 0 2 0; diff --git a/pix_2pdp-help.pd b/pix_2pdp-help.pd index 02b9009..26b3ee6 100644 --- a/pix_2pdp-help.pd +++ b/pix_2pdp-help.pd @@ -1,5 +1,5 @@ #N canvas 0 22 889 703 10; -#X declare -lib Gem pdp; +#X declare -lib Gem -lib pdp; #X obj 92 298 gemwin; #X obj 399 302 gemhead; #X obj 151 557 pix_texture; @@ -58,7 +58,7 @@ from Gem to PDP to Gem to PDP to ... if you use the Gem pix objects! #X msg 276 202 colorspace Gray; #X text 382 181 <- use YUV if possible to be fast; #X obj 276 158 loadbang; -#X obj 679 17 declare -lib Gem pdp; +#X obj 679 17 declare -lib Gem -lib pdp; #X connect 1 0 9 0; #X connect 2 0 3 0; #X connect 5 0 4 0; |