Changeset 5309 for pjproject


Ignore:
Timestamp:
May 19, 2016 10:31:48 AM (8 years ago)
Author:
riza
Message:

Re #1917 (misc): Change how PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL is declared in config.h. It needs to be enabled manually.

File:
1 edited

Legend:

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

    r5257 r5309  
    139139#ifndef PJMEDIA_VIDEO_DEV_HAS_SDL 
    140140#   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 
    141150#   define PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL     0 
    142151#endif 
Note: See TracChangeset for help on using the changeset viewer.