extractcolor: add orc functions

This commit is contained in:
Joshua M. Doe
2015-06-29 14:46:36 -04:00
parent 723eea207e
commit 80176d2308
6 changed files with 898 additions and 12 deletions

View File

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