Ignore:
Timestamp:
Apr 9, 2007 7:06:08 AM (17 years ago)
Author:
bennylp
Message:

Fixed all VS6 and VS8 projects with new third party projects layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjmedia/src/pjmedia/resample_speex.c

    r1174 r1177  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19  
    2019#include <pjmedia/resample.h> 
    2120#include <pjmedia/errno.h> 
     
    2423#include <pj/pool.h> 
    2524 
     25#if defined(PJMEDIA_HAS_SPEEX_RESAMPLE) && PJMEDIA_HAS_SPEEX_RESAMPLE != 0 
     26 
    2627#include <speex/speex_resampler.h> 
    2728 
    28 #define THIS_FILE   "resample.c" 
     29#define THIS_FILE   "resample_speex.c" 
    2930 
    3031 
     
    118119} 
    119120 
     121#else /* PJMEDIA_HAS_SPEEX_RESAMPLE */ 
     122 
     123int pjmedia_resample_speex_excluded; 
     124 
     125#endif  /* PJMEDIA_HAS_SPEEX_RESAMPLE */ 
     126 
Note: See TracChangeset for help on using the changeset viewer.