3rdparty: integrate libjpeg-turbo build scripts into OpenCV

This commit is contained in:
Alexander Alekhin
2018-05-10 17:02:24 +03:00
parent 777953923e
commit f8252702a8
7 changed files with 96 additions and 918 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ if(HAVE_PNG OR HAVE_TIFF OR HAVE_OPENEXR)
endif()
if(HAVE_JPEG)
ocv_include_directories(${JPEG_INCLUDE_DIR})
ocv_include_directories(${JPEG_INCLUDE_DIR} ${${JPEG_LIBRARY}_BINARY_DIR})
list(APPEND GRFMT_LIBS ${JPEG_LIBRARIES})
endif()