mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Open Source Computer Vision Library
c7045184ce
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> |
||
---|---|---|
3rdparty | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
modules | ||
platforms | ||
samples | ||
.gitattributes | ||
.gitignore | ||
.tgitconfig | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
index.rst | ||
LICENSE | ||
README.md |
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: http://opencv.org
- Docs: http://docs.opencv.org
- Q&A forum: http://answers.opencv.org
- Issue tracking: http://code.opencv.org
Contributing
Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute
Summary of guidelines:
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.