<div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">
IOhannes m zmoelnig wrote:
<br><blockquote type="cite" style="color: rgb(0, 0, 0);">are you using the Pd-extended builds or did you build Gem yourself?
<br>
<br>afaik, Pd-extended does not link against libv4l, thus you do not enjoy 
it&#39;s pleasures.
<br>simply do
<br>% ldd Gem.pd_linux | grep -i v4l
<br></blockquote>yep. I&#39;m using pd-extended and yep. Nothing for grep.
<br><blockquote type="cite" style="color: rgb(0, 0, 0);">
<br>
<br>
<br>finally: afaik, you can force an application built without libv4l to 
use it by employing some pre-linker magic. 
(&quot;LD_PRELOAD_LIB=/usr/lib/libv4l.so pd -lib Gem&quot; or the like) - please 
see the README.txt that comes with libv4l for instructions.
<br></blockquote>yep. This works:
<br>
<br>LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/pd
<br>
<br>Thanks!
<br>
<br>-John
<br>
<br></div>