build: fix cmake warning about multiple specifiers
This commit is contained in:
parent
7b8742afd8
commit
6883b2083d
@ -15,10 +15,10 @@ add_library (libgstvideoadjust MODULE
|
||||
${HEADERS})
|
||||
|
||||
target_link_libraries (libgstvideoadjust
|
||||
general ${GLIB2_LIBRARIES}
|
||||
general ${GSTREAMER_LIBRARIES}
|
||||
general ${GSTREAMER_BASE_LIBRARY}
|
||||
general ${GSTREAMER_VIDEO_LIBRARY})
|
||||
${GLIB2_LIBRARIES}
|
||||
${GSTREAMER_LIBRARIES}
|
||||
${GSTREAMER_BASE_LIBRARY}
|
||||
${GSTREAMER_VIDEO_LIBRARY})
|
||||
|
||||
install (TARGETS libgstvideoadjust
|
||||
LIBRARY DESTINATION lib/gstreamer-0.10)
|
||||
LIBRARY DESTINATION lib/gstreamer-0.10)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user