obs-studio/build_dependencies/aja/include/ajadriver/linux/ntv2driverbigphysarea.h
Ward Nakchbandi b48576284b first commit
2023-03-04 20:33:16 +03:00

25 lines
681 B
C

/*
* SPDX-License-Identifier: MIT
* Copyright (C) 2004 - 2021 AJA Video Systems, Inc.
*/
///////////////////////////////////////////////////////////////
//
// NTV2 Linux v2.6 Device Driver for AJA boards.
//
////////////////////////////////////////////////////////////
//
// Filename: ntv2driverbigphysarea.h
// Purpose: Header file to enable support for optional BIGPHYSAREA kernel patch.
//
///////////////////////////////////////////////////////////////
#ifndef NTV2DRIVERBIGPHYSAREA_HEADER
#define NTV2DRIVERBIGPHYSAREA_HEADER
// Define this only if you've installed the bigphysarea patch
// If not, comment out only this single line:
//#define USE_BIGPHYSAREA
#endif