Ignore:
Timestamp:
Nov 23, 2013 7:13:40 AM (10 years ago)
Author:
bennylp
Message:

Fixed #1713: Enable building the libraries as shared libraries/DLLs for GNU targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-videodev/config.h

    r4414 r4656  
    5353 
    5454 
     55#if defined(PJMEDIA_HAS_VIDEO) && (PJMEDIA_HAS_VIDEO != 0) 
     56 
    5557/** 
    5658 * This setting controls whether SDL support should be included. 
     
    145147#endif 
    146148 
     149#endif /* defined(PJMEDIA_HAS_VIDEO) && (PJMEDIA_HAS_VIDEO != 0) */ 
     150 
    147151/** 
    148152 * @} 
Note: See TracChangeset for help on using the changeset viewer.