summaryrefslogtreecommitdiff
path: root/third_party/build/resample/config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-07 16:01:41 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-07 16:01:41 +0000
commit0c4b2974931a0f030c81647c65058fd22108495b (patch)
tree5461e272d2f4cdf39935d7277c56b654dd848f32 /third_party/build/resample/config.h
parentca07a9833149d270d1e5b44cfa381ac6ac03e39c (diff)
Changed resample to use speex (for now)
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1171 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/resample/config.h')
-rw-r--r--third_party/build/resample/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/build/resample/config.h b/third_party/build/resample/config.h
deleted file mode 100644
index bf4cda6a..00000000
--- a/third_party/build/resample/config.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* This file is included by endian.h */
-
-#include <pj/types.h>
-#undef INLINE
-#define INLINE __inline
-
-
-#ifndef WITH_PJ
-# error This needs to be declared!
-#endif
-
-#ifdef _MSC_VER
-# pragma warning(disable: 4244) // conversion from 'double ' to 'unsigned int ', possible loss of data
-# pragma warning(disable: 4761) // integral size mismatch in argument; conversion supplied
-#endif
-
-#define STATIC
-