ntv2 is now libajantv2

jiapei100

New Member
As clearly announced in [https://github.com/aja-video/ntv2](https://github.com/aja-video/ntv2) :

```

This repository is deprecated as of 12/11/2023. Please use https://github.com/aja-video/libajantv2

```

I'm expecting OBS to support the new **libajantv2**. The current error message:

```

CMake Error in UI/frontend-plugins/aja-output-ui/CMakeLists.txt:
Imported target "AJA::LibAJANTV2" includes non-existent path

"/usr/local/libajantv2/ajaanc/includes/ajalibraries"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

* The path was deleted, renamed, or moved to another location.

* An install or uninstall procedure did not complete successfully.

* The installation package was faulty and references files it does not
provide.


CMake Error in plugins/aja/CMakeLists.txt:
Imported target "AJA::LibAJANTV2" includes non-existent path

"/usr/local/libajantv2/ajaanc/includes/ajalibraries"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

* The path was deleted, renamed, or moved to another location.

* An install or uninstall procedure did not complete successfully.

* The installation package was faulty and references files it does not
provide.


CMake Error in plugins/aja/CMakeLists.txt:
Imported target "AJA::LibAJANTV2" includes non-existent path

"/usr/local/libajantv2/ajaanc/includes/ajalibraries"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

* The path was deleted, renamed, or moved to another location.

* An install or uninstall procedure did not complete successfully.

* The installation package was faulty and references files it does not
provide.


CMake Error in UI/frontend-plugins/aja-output-ui/CMakeLists.txt:
Imported target "AJA::LibAJANTV2" includes non-existent path

"/usr/local/libajantv2/ajaanc/includes/ajalibraries"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

* The path was deleted, renamed, or moved to another location.

* An install or uninstall procedure did not complete successfully.

* The installation package was faulty and references files it does not
provide.


Generating done (0.2s)
```


Cheers
Pei
 

jiapei100

New Member
Problem solved at [my own pull request](https://github.com/obsproject/obs-studio/pull/10037) .Thank you .
 
Top