~ubuntu-branches/ubuntu/lucid/tuxguitar/lucid-updates

« back to all changes in this revision

Viewing changes to TuxGuitar-CoreAudio/src/org/herac/tuxguitar/player/impl/midiport/coreaudio/MidiReceiverJNI.java

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2009-04-25 19:49:27 UTC
  • mfrom: (1.1.3 upstream) (2.1.7 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090425194927-pblqed0zxp0pmyeq
Tags: 1.1-1
* New Upstream Release (Closes: #489859) (LP: #366476)
* Merged patch : tuxguitar_1.0.dak-1ubuntu1.patch
* debian/README.txt
  - suggests to install tuxguitar-jsa

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        private static final String JNI_LIBRARY_NAME = new String("tuxguitar-coreaudio-jni");
6
6
        
7
7
        static{
8
 
                JNILibraryLoader.loadLibrary(JNI_LIBRARY_NAME);
9
 
        }               
 
8
                System.loadLibrary (JNI_LIBRARY_NAME);
 
9
        }
10
10
        
11
11
        public MidiReceiverJNI() {
12
12
                super();