From 58cb6c268ec06b08595a04738158606d84ccf2c5 Mon Sep 17 00:00:00 2001 From: Ethan Rublee Date: Sun, 20 Feb 2011 18:53:14 +0000 Subject: [PATCH] adding cap_images.cpp to android build, may fix link error, but not really address issue of reading video files on android --- modules/highgui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index e447d338f5..00171cf384 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -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()