it might be possible, but might need some tweaking, I would assume jpcsp needs the path to xuggle, also make sure you installed the 32bit version of xuggler.
if you do get it working the most it will do is video playback (if it works), audio is iffy since it relies on sonicstage and himdrender (windows programs).
in start-linux-x86.sh edit it and change -Djava.library.path=lib/linux-x86 to the path where you installed xuggler, keep the lib/linux-x86 value too (in my case i installed xuggle to /opt/xuggler/lib, see example below)
in a normal installs xuggle installs to /usr/local/xuggler so that would be -Djava.library.path=/usr/local/xuggler/lib:lib/linux-x86
start-linux-x86.sh
#!/bin/sh
java -Xmx512m -Djava.library.path=/opt/xuggler/lib:lib/linux-x86 -jar bin/jpcsp.jar
I couldn't test past this since my linux pc is older and not good video card (geforce 4 ti 4200) (but setting that fixed the could not load xuggler error)
if you do get it working the most it will do is video playback (if it works), audio is iffy since it relies on sonicstage and himdrender (windows programs).
in start-linux-x86.sh edit it and change -Djava.library.path=lib/linux-x86 to the path where you installed xuggler, keep the lib/linux-x86 value too (in my case i installed xuggle to /opt/xuggler/lib, see example below)
in a normal installs xuggle installs to /usr/local/xuggler so that would be -Djava.library.path=/usr/local/xuggler/lib:lib/linux-x86
start-linux-x86.sh
#!/bin/sh
java -Xmx512m -Djava.library.path=/opt/xuggler/lib:lib/linux-x86 -jar bin/jpcsp.jar
I couldn't test past this since my linux pc is older and not good video card (geforce 4 ti 4200) (but setting that fixed the could not load xuggler error)
Try Out JPCSP Launcher v1.8.0.4 | How to post a log