Changed the build so that Savant and QuillDriver's builds include
Smart*Player.java, which are accessed via reflection. Cleaned up the code a bit so that it would compile in so doing. Changed the 'options.txt' preferences file to reflect the new method of selecting media players.
This commit is contained in:
parent
e4aa52a6eb
commit
f26dd53da3
14 changed files with 108 additions and 951 deletions
|
@ -19,9 +19,11 @@
|
|||
######################### User Preferences ###########################
|
||||
############################################################################
|
||||
|
||||
# Set this to qt4j if you wish to use QuickTime for Java, or to jmf if you
|
||||
# with to use Sun's Java Media Framework.
|
||||
thdl.media.player = qt4j
|
||||
# Set this to your preference of one of the following values:
|
||||
#
|
||||
# Framework: QuickTime for Java Value: org.thdl.media.SmartQT4JPlayer
|
||||
# Framework: Java Media Framework Value: org.thdl.media.SmartJMFPlayer
|
||||
thdl.media.player = org.thdl.media.SmartJMFPlayer
|
||||
|
||||
# Sets the Tibetan keyboard that Jskad uses on startup.
|
||||
# Here are the acceptable values:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue