mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
update CPU detection on ANDROID patch
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
project(${WEBP_LIBRARY})
|
||||
|
||||
ocv_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
ocv_include_directories("${CPUFEATURES_INCLUDE_DIR}")
|
||||
ocv_include_directories(${CPUFEATURES_INCLUDE_DIRS})
|
||||
|
||||
file(GLOB lib_srcs dec/*.c demux/*.c dsp/*.c enc/*.c mux/*.c utils/*.c webp/*.c)
|
||||
file(GLOB lib_hdrs dec/*.h demux/*.h dsp/*.h enc/*.h mux/*.h utils/*.h webp/*.h)
|
||||
|
||||
Reference in New Issue
Block a user