From 458931613c827d1bea770f1b7b9772a84478da5b Mon Sep 17 00:00:00 2001 From: Ethan Rublee Date: Tue, 9 Nov 2010 19:19:59 +0000 Subject: [PATCH] Making highgui build for android --- modules/highgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index 38c46a1afe..287f50661a 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -351,5 +351,5 @@ set(high_gui_android_srcs src/bitstrm.cpp src/grfmt_sunras.cpp src/grfmt_pxm.cpp src/window.cpp ) -define_android_manual(highgui "${high_gui_android_srcs}" "$(LOCAL_PATH)/src $(OPENCV_INCLUDES)") +define_android_manual(opencv_highgui "${high_gui_android_srcs}" "$(LOCAL_PATH)/src $(OPENCV_INCLUDES)") endif()