// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #ifndef vtk_libtheora_h #define vtk_libtheora_h /* Use the theora library configured for VTK. */ #define VTK_MODULE_USE_EXTERNAL_vtktheora 0 #if VTK_MODULE_USE_EXTERNAL_vtktheora # include # include # include #else # include # include # include #endif #endif