Changeset 5300
- Timestamp:
- May 17, 2016 2:31:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/resample_libsamplerate.c
r3553 r5300 34 34 #if PJMEDIA_RESAMPLE_IMP==PJMEDIA_RESAMPLE_LIBSAMPLERATE 35 35 36 #include "../../third_party/libsamplerate/src/samplerate.h"36 #include <samplerate.h> 37 37 38 38 #define THIS_FILE "resample_libsamplerate.c"
Note: See TracChangeset
for help on using the changeset viewer.