mirror of
https://github.com/opencv/opencv.git
synced 2025-08-01 02:18:01 +08:00
Enable GIF support by default.
This commit is contained in:
parent
19c4d97638
commit
55a063f025
@ -435,7 +435,7 @@ OCV_OPTION(WITH_ITT "Include Intel ITT support" ON
|
||||
OCV_OPTION(WITH_PROTOBUF "Enable libprotobuf" ON
|
||||
VISIBLE_IF TRUE
|
||||
VERIFY HAVE_PROTOBUF)
|
||||
OCV_OPTION(WITH_IMGCODEC_GIF "Include GIF support" OFF
|
||||
OCV_OPTION(WITH_IMGCODEC_GIF "Include GIF support" ON
|
||||
VISIBLE_IF TRUE
|
||||
VERIFY HAVE_IMGCODEC_GIF)
|
||||
OCV_OPTION(WITH_IMGCODEC_HDR "Include HDR support" ON
|
||||
|
Loading…
Reference in New Issue
Block a user