Commit Graph

8 Commits

Author SHA1 Message Date
Martin Pulec
707e4af458 get rid of WORDS_BIGENDIAN
WORDS_BIGENDIAN is defiend by config.h

Use __BYTE_ORDER__  defined by GNU compilers (POSIX 2024 further defines
endian.h header but not yet in macOS /15/),
2024-09-26 14:36:42 +02:00
Martin Pulec
9303b10797 aja_common.hpp: compilation fixes
AJA is built as a standalone library and the some of the actual
dependencies are overriden in aja_common.hpp header.
2024-07-26 09:50:02 +02:00
Martin Pulec
9634c5af48 aja_common: suppres a warning
suppress a warning in AJA headers (as it already is in vcap/aja):
```
/usr/local/include/libajantv2/ajantv2/includes/ntv2formatdescriptor.h:230:113: error: cast from type ‘const void*’ to type ‘UByte*’ {aka ‘unsigned char*’} casts away qualifiers [-Werror=cast-qual]
  230 |         inline UByte *  GetTopVisibleRowAddress (UByte * pInStartAddress) const                         {return (UByte *) GetRowAddress (pInStartAddress, firstActiveLine);}
```
2024-07-26 09:35:46 +02:00
Martin Pulec
876b3d4590 aja: print device informations as it was before
approximate the output of now removed CNTV2DeviceScanner::GetDeviceInfoList()

(removed in commit 0ef9f00a4)
2024-07-26 09:25:35 +02:00
Martin Pulec
fcd2522822 moved OPTIMIZED_FOR to utils/macros.h
It belongs rather there than to host.h where it was originally.
2022-08-12 12:22:22 +02:00
Martin Pulec
a870713390 AJA: Win compat 2020-05-25 18:04:48 +02:00
Martin Pulec
5ee5294139 AJA: make a shared map static 2018-12-10 11:03:00 +01:00
Martin Pulec
04de7b8d02 Added initial version of AJA display 2018-11-23 16:12:01 +01:00