Initial commit of two preliminary plugins, videolevels and niimaqsrc

This commit is contained in:
Joshua M. Doe
2010-03-12 14:24:43 -05:00
commit 7fff476758
23 changed files with 1865 additions and 0 deletions

20
sys/CMakeLists.txt Normal file
View File

@@ -0,0 +1,20 @@
add_definitions(-DHAVE_CONFIG_H)
set ( SOURCES
gstniimaq.c )
set ( HEADERS
gstniimaq.h )
include_directories ( AFTER
.
${NIIMAQ_INCLUDE_DIR} )
add_library ( libgstimaq MODULE
${SOURCES}
${HEADERS} )
target_link_libraries ( libgstimaq
general ${GLIB2_LIBRARIES}
general ${GSTREAMER_LIBRARIES}
general ${NIIMAQ_LIBRARY} )