Ignore:
Timestamp:
Mar 5, 2013 8:21:02 AM (10 years ago)
Author:
riza
Message:

Misc (re #1559): add macro PJMEDIA_SDL_LIB to manually specify SDL library name on MSVC

File:
1 edited

Legend:

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

    r4016 r4414  
    133133#endif 
    134134 
     135/** 
     136 * Specify the SDL library name to be linked with Visual Studio project.  
     137 * By default, the name is autodetected based on SDL version ("sdl.lib" or  
     138 * "sdl2.lib"), but application may explicitly specify the library name if this  
     139 * autodetection fails. Common names are: "sdl2.lib" or "sdl.lib". 
     140 * 
     141 * Default: undeclared. 
     142 */ 
     143#ifndef PJMEDIA_SDL_LIB 
     144#   undef PJMEDIA_SDL_LIB 
     145#endif 
    135146 
    136147/** 
Note: See TracChangeset for help on using the changeset viewer.