build: get CMake build working again to build in VS2012

This commit is contained in:
Joshua M. Doe
2014-09-05 11:16:45 -04:00
parent 87490ce952
commit 59bce030b0
33 changed files with 84 additions and 1501 deletions

View File

@@ -16,7 +16,8 @@ add_library (libgstvideoadjust MODULE
target_link_libraries (libgstvideoadjust
${GLIB2_LIBRARIES}
${GSTREAMER_LIBRARIES}
${GOBJECT_LIBRARIES}
${GSTREAMER_LIBRARY}
${GSTREAMER_BASE_LIBRARY}
${GSTREAMER_VIDEO_LIBRARY})