Changeset 2409


Ignore:
Timestamp:
Jan 2, 2009 3:17:47 PM (15 years ago)
Author:
bennylp
Message:

Updated to support IPP 6.0 (the usc.lib was renamed to speech.lib in IPP 6.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/ipp_codecs.c

    r2394 r2409  
    3838 
    3939#include <usc.h> 
     40#include <ippversion.h> 
    4041 
    4142#define THIS_FILE   "ipp_codecs.c" 
     
    14131414#   pragma comment( lib, "ippsc.lib") 
    14141415#   pragma comment( lib, "ippsr.lib") 
    1415 #   pragma comment( lib, "usc.lib") 
     1416#   if defined(IPP_VERSION_MAJOR) && IPP_VERSION_MAJOR>=6 
     1417#       pragma comment( lib, "speech.lib") 
     1418#   else 
     1419#       pragma comment( lib, "usc.lib") 
     1420#   endif 
    14161421#endif 
    14171422 
Note: See TracChangeset for help on using the changeset viewer.