From 7ebbf2a170f2ba65f3dc925430604c7fc7a88822 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Tue, 17 May 2016 14:31:10 +0000 Subject: Re #1917(misc): When enabling libsamplerate, the current source code expects to have the already installed package "libsamplerate" in the third-party directory of pjproject. The patch changes this. Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5300 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/src/pjmedia/resample_libsamplerate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjmedia/src/pjmedia/resample_libsamplerate.c b/pjmedia/src/pjmedia/resample_libsamplerate.c index 6d1f1a06..b63ac762 100644 --- a/pjmedia/src/pjmedia/resample_libsamplerate.c +++ b/pjmedia/src/pjmedia/resample_libsamplerate.c @@ -33,7 +33,7 @@ #if PJMEDIA_RESAMPLE_IMP==PJMEDIA_RESAMPLE_LIBSAMPLERATE -#include "../../third_party/libsamplerate/src/samplerate.h" +#include #define THIS_FILE "resample_libsamplerate.c" -- cgit v1.2.3