Le 22/10/12 19:10, Joson Android a écrit :
VLC plugin to open everything VLC can open would be perfect. I will try to compile it, but for me it seems, like it is not included in the regular GEM 0.93.3 distro?!
I tried to compile it in the past under osx, but I still have the same error when launching pd:
[...] pattern : /Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_video*.so dylib loading file '/Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_videoDarwin.so'! dylib loading file '/Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_videoVLC.so'! library loading returned: dlerror 'dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_videoVLC.so, 2): Symbol not found: _libvlc_media_add_option Referenced from: /Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_videoVLC.so Expected in: flat namespace in /Applications/Pd-extended.app/Contents/Resources/extra/Gem/gem_videoVLC.so' [...]
I'd be glad to make it work! gem 0.93.git 6d584fa (26/09/12) vlc 2.0.4 osx 10.6.8
my command line to configure GEM compilation is: PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc" ./configure --with-pd=/Applications/Pd-extended.app/Contents/Resources/include/pd/ --enable-fat-binary=i386 --with-ftgl-includes=/sw/include/ --with-libvlc-includes=-I/Applications/VLC.app/Contents/MacOS/include --with-libvlc-libs="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc"
Best, n