27 lines
861 B
C
27 lines
861 B
C
/*=========================================================================
|
|
|
|
Program: Visualization Toolkit
|
|
Module: vtkIOVideoConfigure.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 vtkIOVideoConfigure_h
|
|
#define vtkIOVideoConfigure_h
|
|
|
|
// If defined, `vtkMP4Writer.h` is available.
|
|
/* #undef VTK_USE_VIDEO_FOR_WINDOWS_CAPTURE */
|
|
|
|
#ifdef VTK_USE_VIDEO_FOR_WINDOWS_CAPTURE
|
|
// The old name for the define.
|
|
#define VTK_USE_VFW_CAPTURE
|
|
#endif
|
|
|
|
#endif
|