25 lines
839 B
C
25 lines
839 B
C
/*=========================================================================
|
|
|
|
Program: Visualization Toolkit
|
|
Module: vtkIOMovieConfigure.h
|
|
|
|
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
|
|
All rights reserved.
|
|
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
|
|
|
|
This software is distributed WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE. See the above copyright notice for more information.
|
|
|
|
=========================================================================*/
|
|
#ifndef vtkIOMovieConfigure_h
|
|
#define vtkIOMovieConfigure_h
|
|
|
|
// If defined, `vtkAVIWriter.h` is available.
|
|
/* #undef VTK_USE_VIDEO_FOR_WINDOWS */
|
|
|
|
// If defined, `vtkMP4Writer.h` is available.
|
|
/* #undef VTK_USE_MICROSOFT_MEDIA_FOUNDATION */
|
|
|
|
#endif
|