Changeset 5309
- Timestamp:
- May 19, 2016 10:31:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-videodev/config.h
r5257 r5309 139 139 #ifndef PJMEDIA_VIDEO_DEV_HAS_SDL 140 140 # define PJMEDIA_VIDEO_DEV_HAS_SDL 0 141 #endif 142 143 144 /** 145 * This setting controls whether SDL with OPENGL support should be included. 146 * 147 * Default: 0 148 */ 149 #ifndef PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL 141 150 # define PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL 0 142 151 #endif
Note: See TracChangeset
for help on using the changeset viewer.