Changeset 19364

Show
Ignore:
Timestamp:
10/01/06 16:47:35 (2 years ago)
Author:
patrick
Message:

Updated for VPR 1.1.35. Bumped version to 1.1.7.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/sonix/ChangeLog

    r19111 r19364  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
    3 Aug-04-2006 patrickh    Use flagpoll for building against sonix instead of 
     3Oct-01-2006 patrick     Updated for VPR 1.1.35. 
     4                        NEW VERSION: 1.1.7 
     5Aug-04-2006 dshipton    Use flagpoll for building against sonix instead of 
    46                        sonix-config. 
    57                        NEW VERSION: 1.1.6 
  • juggler/trunk/modules/sonix/VERSION

    r19111 r19364  
     11.1.7-0 @10/01/2006 21:50:00 UTC@ 
    121.1.6-0 @08/04/2006 14:25:00 UTC@ 
    231.1.5-0 @07/12/2006 14:35:00 UTC@ 
  • juggler/trunk/modules/sonix/snx/SoundFactory.cpp

    r18905 r19364  
    8787   std::string dummy_result; 
    8888 
    89    if ( vpr::System::getenv(envvar, dummy_result).failure() ) 
     89   if ( ! vpr::System::getenv(envvar, dummy_result) ) 
    9090   { 
    9191      vprDEBUG(snxDBG, vprDBG_WARNING_LVL) 
     
    125125   // as the version component of the plug-in subdirectory name. Otherwise, 
    126126   // use the compile-time value provided by SNX_VERSION_DOT. 
    127    if ( ! vpr::System::getenv(sonix_version, sonix_ver_str).success()
     127   if ( ! vpr::System::getenv(sonix_version, sonix_ver_str)
    128128   { 
    129129      sonix_ver_str = SNX_VERSION_DOT;