Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20571
Modified Files: Tag: branch-v0-39-2-extended u_main.tk Log Message: set an env var in u_main.tk on Mac OS X so that libquicktime can find its plugins when all the libs are embedded in the Pd.app
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.17.2.10 retrieving revision 1.17.2.11 diff -C2 -d -r1.17.2.10 -r1.17.2.11 *** u_main.tk 15 May 2007 04:58:58 -0000 1.17.2.10 --- u_main.tk 17 May 2007 03:50:48 -0000 1.17.2.11 *************** *** 56,59 **** --- 56,62 ---- global pd_tearoff set pd_gui2 [string range $argv0 0 [expr [string last / $argv0 ] - 1]] + # this is the embedded libquicktime can find its embedded plugins + puts stderr "Setting LIBQUICKTIME_PLUGIN_DIR: $pd_gui2/../../lib/libquicktime" + set env(LIBQUICKTIME_PLUGIN_DIR) $pd_gui2/../../lib/libquicktime set pd_guidir $pd_gui2/.. load $pd_guidir/bin/libPdTcl.dylib