It turns out that something changed with the environment. Basically, pdp_qt needs to find the libquicktime plugins, by default it looks in /sw/lib/libquicktime/. You can set it to any directory my setting the env var LIBQUICKTIME_PLUGIN_DIR to the directory in question.
In Pd-extended 0.39, setting LIBQUICKTIME_PLUGIN_DIR in Tcl/Tk space works fine. But apparently in 0.40, the pd process doesn't get that env var from Tcl. I am working on fixing that now. A workaround is doing this from the Terminal: # export LIBQUICKTIME_PLUGIN_DIR=/Applications/Pd-extended.app/ Contents/lib/libquicktime # /Applications/Pd-extended.app/Contents/MacOS/Pd-extended .hc On May 16, 2008, at 1:24 AM, Jack wrote: > Hello Hans, > > All work fine now : no more crash with [pdp_yqt] and [import pdp > pidip] with Pd version 0.40.3-extended-20080515. > But when i load a .mov (codec jpeg) using [pdp_yqt] i always get > this error : > pdp_yqt: unsupported video codec > ++ > > Jack > > > Le 12 mai 08 à 21:54, Hans-Christoph Steiner a écrit : > >> >> My guess is that it is related to the libraries not being up-to- >> date or installed properly. I am working on that now. >> >> It all works fine on my Mac OS X/Intel machine. >> >> .hc >> >> On May 12, 2008, at 8:39 PM, Jack wrote: >> >>> Hello list, >>> PD crash when i create [pdp_yqt] or [import pdp pidip] objects. >>> On : >>> Pd version 0.40.3-extended-20080512 >>> MacOSX.4.11 >>> PowerBook G4 >>> >>> ++ >>> >>> Jack >>> >>> _______________________________________________ >>> [email protected] mailing list >>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ >>> listinfo/pd-list >> >> >> >> --------------------------------------------------------------------- >> ------- >> >> Looking at things from a more basic level, you can come up with a >> more direct solution... It may sound small in theory, but it in >> practice, it can change entire economies. - Amy Smith >> >> ------------------------------------------------------------------------ ---- As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
