Alexander Alekhin
ca8312b0b3
remove legacy intermediate unused files
10 years ago
Dinar Valeev
711f07a34c
Use __vector instead of vector as suggests Eigen
...
This fixes build on PowerPC where Eigen unsets vector, bool and pixel
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
11 years ago
ahb
49dfa5a17f
Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8
...
OpenCV Error: Unknown error code -6 (OpenCL function is not available: [clGetPlatformIDs]) in opencl_check_fn, file /home/ahb/software/opencv/modules/ocl/src/cl_runtime/cl_runtime.cpp, line 83
The issue results from modules/ocl/src/cl_runtime/cl_runtime.cpp checking for
"linux" instead of "__linux__" (cp. http://sourceforge.net/p/predef/wiki/OperatingSystems/ )
Adjust all other occurrences of "defined(linux)" as well.
11 years ago
Andrey Pavlenko
734bf8babd
removing legacy stuff
11 years ago
Roman Donchenko
11c7053b0f
Fixed a -Wundef warning in cl_platform.h.
...
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW.
Similar to fbc91c5ee
.
11 years ago
Alexander Alekhin
fbc91c5ee9
ocl: fix cl_platform.h:95: #elif _WIN32 -> #elif defined(_WIN32)
11 years ago
Alexander Alekhin
9d380ecc08
added Khronos OpenCL 1.2 header files
11 years ago
Alexander Karsakov
cee308312a
Updated build of ffmpeg library (v 2.0.2). Builded with mingw (gcc 4.6.1) with
...
folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit
library, workaround for http://trac.ffmpeg.org/ticket/2363 )
11 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
e1c4fd9e1f
Merged the trunk r8345:8376
13 years ago
Andrey Kamaev
def87eae19
Fixed MinGW build after r8358
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Vadim Pisarevsky
213a23e860
updated ffmpeg to 0.10.2
13 years ago
Vadim Pisarevsky
f1e8b43c7a
updated opencv_ffmpeg binaries, headers and libs to ffmpeg 0.8.2
13 years ago
Vadim Pisarevsky
d4fbb2c4fb
added missing bdatypes.h
14 years ago
Alexander Shishkov
c5787c5262
added missing audevcod.h
14 years ago
Vadim Pisarevsky
1987de1d77
added missing errors.h
14 years ago
Vadim Pisarevsky
498451872b
another small correction to build cap_dshow.cpp in highgui
14 years ago
Vadim Pisarevsky
17b18de531
added missing evcode.h; made videoinput optional (ticket #1142 )
14 years ago
Vadim Pisarevsky
412e7a835f
videoInput is now integrated into highgui and built from sources
14 years ago
Vadim Pisarevsky
6985540744
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
14 years ago
Vadim Pisarevsky
4aaa2700f6
do not use Lapack anymore
14 years ago
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
14 years ago
Vadim Pisarevsky
39918a2755
eliminated freeze in SVD.
14 years ago
Vadim Pisarevsky
2154a0ce63
fixed ffopencv build with Mingw
14 years ago
Vadim Pisarevsky
e48a456d48
optimized lapack' SVD for noticeably better performance on small matrices
14 years ago
Vadim Pisarevsky
40273e6c4f
another stdint.h -> msc_stdint.h fix
14 years ago
Vadim Pisarevsky
37f47c9fa3
stdint.h -> msc_stdint.h
14 years ago
Vadim Pisarevsky
26c6b955a8
updated ffmpeg to 0.6.0
14 years ago
Vadim Pisarevsky
641c2ba83e
repaired build on mac after libtiff update
15 years ago
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
Vadim Pisarevsky
576adb434d
removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings
15 years ago
Vadim Pisarevsky
b94e09bfeb
renamed cv::flann to cv::cvflann to avoid name conflicts
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago