/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 378 by schoenebeck, Sat Feb 12 00:36:08 2005 UTC revision 379 by persson, Sun Feb 13 18:02:29 2005 UTC
# Line 27  Line 27 
27    
28  #if HAVE_JACK  #if HAVE_JACK
29    
30    #ifndef HAVE_JACK_CLIENT_NAME_SIZE
31    #define jack_client_name_size() 33
32    #endif
33    
34  namespace LinuxSampler {  namespace LinuxSampler {
35    
36      /// number of currently existing JACK audio output devices in LinuxSampler      /// number of currently existing JACK audio output devices in LinuxSampler
# Line 244  namespace LinuxSampler { Line 248  namespace LinuxSampler {
248      }      }
249    
250      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
251         String s = "$Revision: 1.15 $";         String s = "$Revision: 1.16 $";
252         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
253      }      }
254    

Legend:
Removed from v.378  
changed lines
  Added in v.379

  ViewVC Help
Powered by ViewVC