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

19
gst/CMakeLists.txt Normal file
View File

@@ -0,0 +1,19 @@
add_definitions(-DHAVE_CONFIG_H)
set ( SOURCES
gstvideolevels.c )
set ( HEADERS
gstvideolevels.h )
include_directories(AFTER
. )
add_library ( libgstvision MODULE
${SOURCES}
${HEADERS} )
target_link_libraries ( libgstvision
general ${GLIB2_LIBRARIES}
general ${GSTREAMER_LIBRARIES} )