- Timestamp:
- Mar 5, 2013 8:21:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-videodev/config.h
r4016 r4414 133 133 #endif 134 134 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 135 146 136 147 /**
Note: See TracChangeset
for help on using the changeset viewer.