adding cap_images.cpp to android build, may fix link error, but not really address issue of reading video files on android
This commit is contained in:
@@ -335,6 +335,7 @@ set(high_gui_android_srcs src/bitstrm.cpp
|
|||||||
src/utils.cpp
|
src/utils.cpp
|
||||||
src/grfmt_sunras.cpp
|
src/grfmt_sunras.cpp
|
||||||
src/grfmt_pxm.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)")
|
define_android_manual(opencv_highgui "${high_gui_android_srcs}" "$(LOCAL_PATH)/src $(OPENCV_INCLUDES)")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user