Changeset 3696


Ignore:
Timestamp:
Aug 15, 2011 9:59:15 AM (13 years ago)
Author:
bennylp
Message:

Re #1285 (SDL): fixed compilation error with SDL < 1.3 (this support should be dropped soon)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c

    r3689 r3696  
    10941094    /* Prior to 1.3, SDL does not support multiple renderers. */ 
    10951095    pj_mutex_lock(sf->mutex); 
    1096     if (!pj_list_empty(&sf->streams) { 
     1096    if (!pj_list_empty(&sf->streams)) { 
    10971097        pj_mutex_unlock(sf->mutex); 
    10981098        return PJMEDIA_EVID_NOTREADY; 
Note: See TracChangeset for help on using the changeset viewer.