Ignore:
Timestamp:
Jun 23, 2016 5:28:54 AM (8 years ago)
Author:
riza
Message:

Re #1937: Add libyuv to Visual Studio 2005 and 2015 solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/converter_libyuv.c

    r5046 r5354  
    2323#if defined(PJMEDIA_HAS_LIBYUV) && PJMEDIA_HAS_LIBYUV != 0 
    2424 
    25 #include  <libyuv.h> 
     25#include "../../third_party/libyuv/include/libyuv.h" 
    2626 
    2727static pj_status_t factory_create_converter(pjmedia_converter_factory *cf, 
     
    652652} 
    653653 
    654 #ifdef _MSC_VER 
    655 #   pragma comment(lib, "libyuv.lib") 
    656 #endif 
    657  
    658654#endif //#if defined(PJMEDIA_HAS_LIBYUV) && PJMEDIA_HAS_LIBYUV != 0 
Note: See TracChangeset for help on using the changeset viewer.