opencv/modules
Bernd Kuhls c7045184ce types_c.h: Fix compiling VFP assembler code
Replace asm by __asm__ according to
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
as suggested by Arnout Vandecappelle:
http://lists.busybox.net/pipermail/buildroot/2016-September/171491.html

to fix build errors in ffmpeg with opencv2 support detected by
buildroot autobuilders:
http://autobuild.buildroot.net/results/c32/c32a21240a9933796ee850349a62ff3c2314f25c/build-end.log

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2016-09-06 12:25:09 +02:00
..
androidcamera
calib3d calib3d: fix cornerSubPix memory error 2016-08-31 15:18:25 +03:00
contrib Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
core types_c.h: Fix compiling VFP assembler code 2016-09-06 12:25:09 +02:00
dynamicuda fix GpuMat::setTo implementation 2015-02-27 16:28:06 +03:00
features2d fix small typo 2016-08-08 10:58:46 +02:00
flann Added missing copyright headers. 2015-10-13 15:02:38 +03:00
gpu Merge pull request #6885 from alalek:migration2.4 2016-07-18 07:50:03 +00:00
highgui migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
imgproc calib3d: fix cornerSubPix memory error 2016-08-31 15:18:25 +03:00
java Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
legacy Fixed "Conditional jump or move depends on uninitialised value(s)" valgrind issue due to wrong pointer recalculation for zero level of pyramid. 2016-01-21 12:54:08 +03:00
ml Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
nonfree Fixed cmake and build issues when using Visual Studio 2015 2015-10-29 11:50:48 +03:00
objdetect migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
ocl Fixed BackgroundSubstractorMOG2 ocl implementation. 2016-06-03 22:17:22 +02:00
photo Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
python migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
stitching Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam 2016-07-31 16:22:53 +08:00
superres Fixed cmake and build issues when using Visual Studio 2015 2015-10-29 11:50:48 +03:00
ts Backported several changes from master branch: 2015-12-21 18:20:37 +03:00
video Fixed BackgroundSubstractorMOG2 in opencv_video. 2016-05-29 17:25:02 +02:00
videostab Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
viz Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
world
CMakeLists.txt
refman.rst.in