Ignore:
Timestamp:
Jun 26, 2014 8:32:48 AM (10 years ago)
Author:
nanang
Message:

Re #1758: updated wrapper with Visual Studio specific settings, also added the wrapper to VS project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/openh264.cpp

    r4863 r4864  
    2626            PJMEDIA_HAS_OPENH264_CODEC != 0 && \ 
    2727    defined(PJMEDIA_HAS_VIDEO) && (PJMEDIA_HAS_VIDEO != 0) 
     28 
     29#ifdef _MSC_VER 
     30#   include <stdint.h> 
     31#   pragma comment( lib, "openh264.lib") 
     32#endif 
    2833 
    2934/* OpenH264: */ 
Note: See TracChangeset for help on using the changeset viewer.