|
Line
Link Here
|
| 0 |
-- a/pjmedia/src/pjmedia/resample_libsamplerate.c |
0 |
++ b/pjmedia/src/pjmedia/resample_libsamplerate.c |
|
Lines 33-39
Link Here
|
| 33 |
|
33 |
|
| 34 |
#if PJMEDIA_RESAMPLE_IMP==PJMEDIA_RESAMPLE_LIBSAMPLERATE |
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 |
#define THIS_FILE "resample_libsamplerate.c" |
38 |
#define THIS_FILE "resample_libsamplerate.c" |
| 39 |
|
39 |
|