Enable video support by default
This commit is contained in:
parent
95be516483
commit
6ca75a8b23
@ -19,7 +19,7 @@
|
||||
"EXIV2_BUILD_UNIT_TESTS": true,
|
||||
"EXIV2_TEAM_WARNINGS_AS_ERRORS": true,
|
||||
"EXIV2_ENABLE_NLS": false,
|
||||
"EXIV2_ENABLE_VIDEO": false
|
||||
"EXIV2_ENABLE_VIDEO": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -181,7 +181,7 @@ Preset CMake variables:
|
||||
EXIV2_ENABLE_BMFF:BOOL="TRUE"
|
||||
EXIV2_ENABLE_CURL:BOOL="TRUE"
|
||||
EXIV2_ENABLE_NLS:BOOL="FALSE"
|
||||
EXIV2_ENABLE_VIDEO:BOOL="FALSE"
|
||||
EXIV2_ENABLE_VIDEO:BOOL="TRUE"
|
||||
EXIV2_ENABLE_PNG:BOOL="TRUE"
|
||||
EXIV2_ENABLE_WEBREADY:BOOL="TRUE"
|
||||
EXIV2_TEAM_WARNINGS_AS_ERRORS:BOOL="TRUE"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user