Making highgui build for android
authorEthan Rublee <no@email>
Tue, 9 Nov 2010 19:19:59 +0000 (19:19 +0000)
committerEthan Rublee <no@email>
Tue, 9 Nov 2010 19:19:59 +0000 (19:19 +0000)
modules/highgui/CMakeLists.txt

index 38c46a1..287f506 100644 (file)
@@ -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()