vtkIOMovieConfigure.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkIOMovieConfigure_h
4 #define vtkIOMovieConfigure_h
5 
6 // If defined, `vtkAVIWriter.h` is available.
7 /* #undef VTK_USE_VIDEO_FOR_WINDOWS */
8 
9 // If defined, `vtkMP4Writer.h` is available.
10 /* #undef VTK_USE_MICROSOFT_MEDIA_FOUNDATION */
11 
12 #endif