Ignore:
Timestamp:
09/01/10 15:10:37 (21 months ago)
Author:
shiretu
Message:

-- fixed wrong define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/androidapplestreaming/src/api.cpp

    r113 r116  
    6262#endif /* ANDROID */ 
    6363 
     64#ifdef BUILD_SIGNATURE 
    6465        //1.1 Create the settings string 
    6566        INFO("Build signature:\n%s", BUILD_SIGNATURE); 
     67#endif /* BUILD_SIGNATURE */ 
    6668 
    6769        //2. Create the default protocol factory 
     
    9597        } 
    9698 
    97 #ifdef BUILD_SIGNATURE 
    9899        //6. Register it to the app manager 
    99100        if (!ClientApplicationManager::RegisterApplication(pApp)) { 
    100101                ASSERT("Unable to register application"); 
    101102        } 
    102 #endif /* BUILD_SIGNATURE */ 
    103103 
    104104        //7. Create the RTSP acceptor 
Note: See TracChangeset for help on using the changeset viewer.