From 3b5ddba67a639088598e139f504f05ce37ae5ef2 Mon Sep 17 00:00:00 2001 From: bhklein Date: Thu, 26 Feb 2015 12:43:05 -0500 Subject: [PATCH] add keyframes.cpp to BR_EXCLUDED_PLUGINS --- openbr/plugins/cmake/libav.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbr/plugins/cmake/libav.cmake b/openbr/plugins/cmake/libav.cmake index d2ddd4c..c5cd622 100644 --- a/openbr/plugins/cmake/libav.cmake +++ b/openbr/plugins/cmake/libav.cmake @@ -4,9 +4,10 @@ if(${BR_WITH_LIBAV}) find_package(LibAV REQUIRED) include_directories(${LIBAV_INCLUDE_DIR}) set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} ${LIBAV_LIBRARIES}) - set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} plugins/gallery/keyframes.cpp) foreach(LIBAV_LIB ${LIBAV_LIBRARIES}) install(FILES ${LIBAV_LIB} DESTINATION lib) endforeach() +else() + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/keyframes.cpp) endif() -- libgit2 0.21.4