Merge branch '2.4' into master
Commits:67fe57a
add fixed videodb0ae2c
Restore 2.4 source branch for bug fix 6317.97ac59c
Fix a memory leak indirectly caused by cvDestroyWindoweb40afa
Add a workaround for FFmpeg's color conversion accessing past the end of the buffer421fcf9
Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability912592d
Remove "INSTALL_NAME_DIR lib" target propertybb1c2d7
fix bug on border at pyrUp
This commit is contained in:
@@ -386,7 +386,6 @@ set_target_properties(${the_module} PROPERTIES
|
||||
ARCHIVE_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}
|
||||
LIBRARY_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}
|
||||
RUNTIME_OUTPUT_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}
|
||||
INSTALL_NAME_DIR ${OPENCV_LIB_INSTALL_PATH}
|
||||
LINK_INTERFACE_LIBRARIES ""
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user