From f8b34d5ca45d9a35bec1c93717cac43f422c9877 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Tue, 14 Jan 2020 11:31:02 -0700 Subject: test: Add basic codec test for ffmpeg. This add a basic sanity check that validates the features we use from ffmpeg are actually available Differential Revision: https://developer.blender.org/D5999 Reviewed By: sybren --- tests/gtests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/gtests/CMakeLists.txt') diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt index 7da65bcc8b9..bcf77fb6de7 100644 --- a/tests/gtests/CMakeLists.txt +++ b/tests/gtests/CMakeLists.txt @@ -16,6 +16,9 @@ if(WITH_GTESTS) add_subdirectory(blenloader) add_subdirectory(guardedalloc) add_subdirectory(bmesh) + if(WITH_CODEC_FFMPEG) + add_subdirectory(ffmpeg) + endif() if(WITH_ALEMBIC) add_subdirectory(alembic) endif() -- cgit v1.2.3