summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorRoman Shkarin <mathii2009@gmail.com>2014-07-15 16:04:18 +0200
committerRoman Shkarin <mathii2009@gmail.com>2014-07-15 16:04:18 +0200
commit216231a3878bb1662fbadaaadec206203f746da2 (patch)
tree7adb7a2b2a0742aeefa1c8aacf54632d8a3c569a /deps
parent79a5683bd40c28aa1f1335f4d5cb9ebcc5fa392b (diff)
downloadufo-filters-216231a3878bb1662fbadaaadec206203f746da2.tar.gz
ufo-filters-216231a3878bb1662fbadaaadec206203f746da2.tar.bz2
ufo-filters-216231a3878bb1662fbadaaadec206203f746da2.tar.xz
ufo-filters-216231a3878bb1662fbadaaadec206203f746da2.zip
Detection of a proper library on a compile time.
Diffstat (limited to 'deps')
-rw-r--r--deps/oclfft/fft_execute.cpp2
-rw-r--r--deps/oclfft/fft_internal.h2
-rw-r--r--deps/oclfft/fft_kernelstring.cpp2
-rw-r--r--deps/oclfft/oclFFT.h (renamed from deps/oclfft/clFFT.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/deps/oclfft/fft_execute.cpp b/deps/oclfft/fft_execute.cpp
index 67686fe..15e3072 100644
--- a/deps/oclfft/fft_execute.cpp
+++ b/deps/oclfft/fft_execute.cpp
@@ -47,7 +47,7 @@
#include "fft_internal.h"
-#include "clFFT.h"
+#include "oclFFT.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
diff --git a/deps/oclfft/fft_internal.h b/deps/oclfft/fft_internal.h
index b307d5d..bd691ec 100644
--- a/deps/oclfft/fft_internal.h
+++ b/deps/oclfft/fft_internal.h
@@ -49,7 +49,7 @@
#ifndef __CLFFT_INTERNAL_H
#define __CLFFT_INTERNAL_H
-#include "clFFT.h"
+#include "oclFFT.h"
#include <sstream>
using namespace std;
diff --git a/deps/oclfft/fft_kernelstring.cpp b/deps/oclfft/fft_kernelstring.cpp
index 116294f..6b47e36 100644
--- a/deps/oclfft/fft_kernelstring.cpp
+++ b/deps/oclfft/fft_kernelstring.cpp
@@ -54,7 +54,7 @@
#include <string.h>
#include <assert.h>
#include "fft_internal.h"
-#include "clFFT.h"
+#include "oclFFT.h"
using namespace std;
diff --git a/deps/oclfft/clFFT.h b/deps/oclfft/oclFFT.h
index 6f91c15..6f91c15 100644
--- a/deps/oclfft/clFFT.h
+++ b/deps/oclfft/oclFFT.h