-
-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CMakeLists.txt #1363
Update CMakeLists.txt #1363
Conversation
The extended_type test will always fail when build with WITH_UNCOMPRESSED_CODEC=ON as HEVC will not be available then.
The uncompressed codec has nothing to do with the HEVC codec. |
It indeed has nothing to do with
This causes the extended_type test to fail at line 44. |
I guess the way to do this, is by running this test only if the HEVC is available
|
Yes, that makes sense. I'll think of a change in the spirit of your proposal. (It is a bit more difficult because there are tests that require HEVC and AV1, or some tests would run with any codec. This makes things complex.) |
At the above commit, these cases should now be reported as "skipped tests". |
The extended_type test will always fail when build with WITH_UNCOMPRESSED_CODEC=ON as HEVC will not be available then.