gigesimsink: new sink for A&B Soft GigESim to produce GigE Vision video

This will require a license from A&B to transmit, which can be purchased
from their website.
This commit is contained in:
Joshua M. Doe
2019-10-09 10:52:50 -04:00
parent ef1242fd81
commit 73708059f6
7 changed files with 698 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
if(FREEIMAGE_FOUND)
add_subdirectory (freeimage)
endif(FREEIMAGE_FOUND)
if(GIGESIM_FOUND)
add_subdirectory (gigesim)
endif(GIGESIM_FOUND)