Changes between Version 63 and Version 64 of Video_Users_Guide


Ignore:
Timestamp:
May 20, 2016 8:49:45 AM (8 years ago)
Author:
riza
Comment:

Update doc related to OPENGL with SDL as suggested by Alexander Traud

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v63 v64  
    298298$ sudo apt-get install binutils-gold 
    299299     }}} 
    300  1. Enable OpenGL support in SDL. With GNU tools, OpenGL support will be detected automatically by the "configure" script. Make sure that the "configure" output shows that OpenGL has been detected, by looking for line like this in the output: 
    301     {{{ 
    302 checking for OpenGL (GLX) support... yes 
    303     }}} 
     300   - Alternatively, you can use libgl-dev which is smaller. Please note that since Ubuntu 14.04 LTS, libsdl2-dev is available which comes with libgl-dev automatically, so it might not be needed anymore. 
     301     {{{ 
     302$ sudo apt-get install libgl-dev 
     303     }}} 
    304304 1. Enable SDL OpenGL support in PJSIP, by declaring this in your {{{config_site.h}}}: 
    305305    {{{