adding cap_images.cpp to android build, may fix link error, but not really address...
authorEthan Rublee <no@email>
Sun, 20 Feb 2011 18:53:14 +0000 (18:53 +0000)
committerEthan Rublee <no@email>
Sun, 20 Feb 2011 18:53:14 +0000 (18:53 +0000)
modules/highgui/CMakeLists.txt

index e447d33..00171cf 100644 (file)
@@ -335,6 +335,7 @@ set(high_gui_android_srcs src/bitstrm.cpp
     src/utils.cpp 
     src/grfmt_sunras.cpp 
     src/grfmt_pxm.cpp 
-    src/window.cpp )
+    src/window.cpp
+    src/cap_images.cpp )
 define_android_manual(opencv_highgui "${high_gui_android_srcs}" "$(LOCAL_PATH)/src  $(OPENCV_INCLUDES)")       
 endif()