[vlc-devel] commit: some more cleanup (Filippo Carone )

git version control git at videolan.org
Thu Mar 13 22:55:56 CET 2008


vlc | branch: master | Filippo Carone <littlejohn at videolan.org> | Thu Mar 13 22:55:51 2008 +0100| [e0efae4083eeafb85212641a20c3e0feb5c11cec]

some more cleanup

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0efae4083eeafb85212641a20c3e0feb5c11cec
---

 bindings/java/FAQ         |   46 ---------------------------------------------
 bindings/java/javadoc.xml |    6 -----
 2 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/bindings/java/FAQ b/bindings/java/FAQ
deleted file mode 100644
index 31070fe..0000000
--- a/bindings/java/FAQ
+++ /dev/null
@@ -1,46 +0,0 @@
-= Frequently Asked Questions =
-
-== 1. Is it possible to use JVLC in a Java Applet? ==
-
-Yes and No.
-Yes because it's a Java program and even if it contains 
-native code, it is still possible to deploy the applet (take a look at 
-[http://www.raditha.com/java/jni/ this] article).
-No because native code for the Windows and MacOS platforms still needs
-to be written.
-
-== 2. Is it possible to use JVLC in Windows (or MacOS)? ==
-
-Yes, you can compile VideoLAN Java Bindings with --enable-java-bindings
-in ./configure . It works for GNU/Linux and Win32, but it doesn't for MacOS.
-
-== 3. What features of Videolan are available to JVLC? ==
-
-JVLC contains all the features available in Videolan. In fact, JVLC uses
-Videolan core as its core, so JVLC is capable of everything Videolan can
-do.
-
-== 4. Why shouldn't I use JMF (Java Media Framework) for multimedia
- applications? ==
-
-Well, JVLC and Videolan are free (as in freedom) software, so you can extend
-and adapt them to your needs, while JMF is free as in beer. Furthermore JVLC
-is really straightforward and simple to use.
-
-== 5. How can I help you with this application? ==
-
-Try the software and report any errors or bugs you find to me. This application
-needs porting to MS/Windows and MacOS, if you are able to implement the JNI for
-these platforms you may contribute the code.
-
-== 6. I have a compile error, what's the problem? ==
-
-Did you set the JAVA_HOME environment variable? If not, do:
-
-export JAVA_HOME=/path/to/jvm
-
-For example I added to my .bashrc:
-
-export JAVA_HOME=/usr/lib/j2sdk1.5-sun
-
-
diff --git a/bindings/java/javadoc.xml b/bindings/java/javadoc.xml
deleted file mode 100644
index 4fb614e..0000000
--- a/bindings/java/javadoc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project default="javadoc">
-<target name="javadoc">
-<javadoc access="public" author="true" classpath="." destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.4" sourcefiles="org/videolan/jvlc/JVLC.java" sourcepath="." splitindex="true" use="true" version="true"/>
-</target>
-</project>




More information about the vlc-devel mailing list