Ignore:
Timestamp:
Nov 21, 2017 9:25:11 AM (6 years ago)
Author:
riza
Message:

Close #2065: Update libyuv to fix linker error when building libyuv as dll on Visual Studio 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/yuv/include/libyuv/basic_types.h

    r5633 r5699  
    1515 
    1616#if defined(_MSC_VER) && (_MSC_VER < 1600) 
    17 #if _MSC_VER==1400 
    18 #   include <stdint.h>  // for uint8_t 
    19 #endif 
    2017#include <sys/types.h>  // for uintptr_t on x86 
    2118#else 
    2219#include <stdint.h>  // for uintptr_t 
    23 #endif 
    24  
    25 #if defined(_MSC_VER) 
    26 #  pragma warning(disable:4996) // This function or variable may be unsafe. 
    2720#endif 
    2821 
Note: See TracChangeset for help on using the changeset viewer.