Ignore:
Timestamp:
08/27/10 04:10:58 (21 months ago)
Author:
shiretu
Message:

-- android stuff

File:
1 edited

Legend:

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

    r102 r109  
    139139        } 
    140140 
     141#ifdef HAS_PROTOCOL_RTMP 
    141142        //9. Create the RTMP acceptor 
    142143        acceptorConfig[CONF_PORT] = (uint16_t) (1935); 
     
    151152                ASSERT("Unable to fire up acceptor"); 
    152153        } 
     154#endif /* HAS_PROTOCOL_RTMP */ 
    153155 
    154156        //10. Create the timer UDP protocol 
Note: See TracChangeset for help on using the changeset viewer.