add bitflowsrc, a source for BitFlow framegrabbers

This commit is contained in:
Joshua M. Doe
2016-10-19 11:41:46 -04:00
parent e1ee20c4ad
commit 07473812c1
6 changed files with 798 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ macro_log_feature(GOBJECT_FOUND "GObject" "Required to build gst-plugins-vision"
find_package(Orc REQUIRED)
macro_log_feature(ORC_FOUND "Orc" "Required library to improve performance" "http://code.entropywave.com/orc/" TRUE)
find_package(Bitflow)
macro_log_feature(BITFLOW_FOUND "BitFlow" "Required to build BitFlow source element" "http://www.bitflow.com/" FALSE)
find_package(NIIMAQ)
macro_log_feature(NIIMAQ_FOUND "NI-IMAQ" "Required to build National Instruments IMAQ source element" "http://www.ni.com/" FALSE)