From f3ab456a17af1c89a6e3be4d20c5944853df1cb0 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 7 Jan 2013 14:24:28 -0600 Subject: Import pjproject-2.0.1 --- third_party/build/resample/config.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 third_party/build/resample/config.h (limited to 'third_party/build/resample/config.h') diff --git a/third_party/build/resample/config.h b/third_party/build/resample/config.h new file mode 100644 index 0000000..634fb6a --- /dev/null +++ b/third_party/build/resample/config.h @@ -0,0 +1,7 @@ +#ifndef RESAMPLE_HAS_SMALL_FILTER +# define RESAMPLE_HAS_SMALL_FILTER 1 +#endif + +#ifndef RESAMPLE_HAS_LARGE_FILTER +# define RESAMPLE_HAS_LARGE_FILTER 1 +#endif -- cgit v1.2.3