comac_desk_app/ThirdpartyLibs/Libs/windows-x86_64/vtk/include/vtkIOVideoConfigure.h

27 lines
861 B
C
Raw Permalink Normal View History

2024-11-21 11:50:43 +08:00
/*=========================================================================
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