Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565472 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
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

Return to bug 565472