summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-05-06 15:37:47 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-05-06 15:37:47 +0000
commitafdc3f91f455e233cb1944cc593d25c7b47afb79 (patch)
treee764c15b95131d43d914dcaeecc9778ecfe50a8f /third_party
parent6050ee100f593585850bf1ead5b02cc1f565b155 (diff)
Ticket #818:
- Added libresample.mmp - Modified config_site_sample.h to enable resampling with small filter on Symbian platforms. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2676 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/resample/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/third_party/build/resample/config.h b/third_party/build/resample/config.h
index fde89374..634fb6ad 100644
--- a/third_party/build/resample/config.h
+++ b/third_party/build/resample/config.h
@@ -1,3 +1,7 @@
-#define RESAMPLE_HAS_SMALL_FILTER 1
-#define RESAMPLE_HAS_LARGE_FILTER 1
+#ifndef RESAMPLE_HAS_SMALL_FILTER
+# define RESAMPLE_HAS_SMALL_FILTER 1
+#endif
+#ifndef RESAMPLE_HAS_LARGE_FILTER
+# define RESAMPLE_HAS_LARGE_FILTER 1
+#endif