Fixed Android build
authorAndrey Kamaev <no@email>
Fri, 8 Jun 2012 08:11:17 +0000 (08:11 +0000)
committerAndrey Kamaev <no@email>
Fri, 8 Jun 2012 08:11:17 +0000 (08:11 +0000)
commit2f409055484d9aef5b95e32ec83edcdefc8328b1
tree64dd2e7f8daafb67f502341664a27ebb163aafd5
parentec0ec6930728ede02e3a104eb374d0cbdd601e1c
Fixed Android build
22 files changed:
3rdparty/libjpeg/CMakeLists.txt
3rdparty/libpng/CMakeLists.txt
3rdparty/libtiff/CMakeLists.txt
cmake/OpenCVCompilerOptions.cmake
cmake/OpenCVGenHeaders.cmake
cmake/OpenCVUtils.cmake
modules/highgui/src/window.cpp
modules/highgui/test/test_gui.cpp
modules/java/CMakeLists.txt
modules/java/src/cpp/jni_part.cpp
modules/stitching/perf/perf_stich.cpp
modules/stitching/src/stitcher.cpp
modules/stitching/test/test_matchers.cpp
modules/videostab/include/opencv2/videostab/global_motion.hpp
modules/videostab/include/opencv2/videostab/optical_flow.hpp
modules/videostab/include/opencv2/videostab/wobble_suppression.hpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
modules/videostab/src/optical_flow.cpp
modules/videostab/src/wobble_suppression.cpp
samples/android/CMakeLists.txt
samples/cpp/videostab.cpp