⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 uclinux 下的vlc播放器源代码
💻
字号:
$Id$            First of all, this is a *developers* only versionUsage----- In order to use these bindings you have to compile vlc from source. Irecommend you to take the latest version from videolan svn repositoryby doing:svn co svn://svn.videolan.org/vlc/trunk vlc-trunk bootstrap and configure. At the configure give the command:./configure --enable-mozilla && make && make install to enable compilation of _pic version of libraries. If you give aprefix be sure to change the PREFIX variable in the Makefile from /usr/local to your prefix. Once you've done with vlc you can run make in jvlc directory. Be sureyou have gcj, gcjh and if you want to use the SUN Java compiler,change the Makefile accordingly. You will probably need to change also JINCLUDESLIBJINCLUDES In the next releases I will automate this process. To run JVLC issue:java -Djava.library.path=. VlcClient Be sure your ldconfig can find libjawt.so and libmawt.so or you willget linking errors when you run the program. To try the SWT version of the player, issue:javac -cp /usr/share/java/swt-gtk.jar:. SWTUglyPlayer.javajava -cp /usr/share/java/swt-gtk.jar:. -Djava.library.path=.:/usr/lib/jni SWTUglyPlayer using the appropriate paths. Happy playing.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -