b280d2679a
Java Media Framework API The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream and transcode multiple media formats, extends the multimedia capabilities on the J2SE platform, and gives multimedia developers a powerful toolkit to develop scalable, cross-platform technology. WWW: http://java.sun.com/products/java-media/jmf/ PR: 58524 Submitted by: Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
15 lines
621 B
Plaintext
15 lines
621 B
Plaintext
--- bin/jmfinit.orig Mon Jan 26 17:10:39 2004
|
|
+++ bin/jmfinit Mon Jan 26 17:28:13 2004
|
|
@@ -64,9 +64,9 @@
|
|
TMPDIR=`dirname $PROGPATH`
|
|
JMFHOME=`( cd $TMPDIR/.. && /bin/pwd )`; export JMFHOME
|
|
|
|
-CLASSPATH=${JMFHOME}/lib/jmf.jar:${JMFHOME}/lib/sound.jar:${CLASSPATH}; export CLASSPATH
|
|
+CLASSPATH=%%JAVAJARDIR%%/jmf.jar:${CLASSPATH}; export CLASSPATH
|
|
|
|
-LD_LIBRARY_PATH=.:/usr/openwin/lib:${JMFHOME}/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
|
|
+LD_LIBRARY_PATH=.:/usr/X11R6/lib:%%PREFIX%%/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
|
|
|
|
# Use this to run with native threads:
|
|
# THREADS_FLAG=native; export THREADS_FLAG
|