Commit 3b5ddba67a639088598e139f504f05ce37ae5ef2
1 parent
1e75a767
add keyframes.cpp to BR_EXCLUDED_PLUGINS
Showing
1 changed file
with
2 additions
and
1 deletions
openbr/plugins/cmake/libav.cmake
| @@ -4,9 +4,10 @@ if(${BR_WITH_LIBAV}) | @@ -4,9 +4,10 @@ if(${BR_WITH_LIBAV}) | ||
| 4 | find_package(LibAV REQUIRED) | 4 | find_package(LibAV REQUIRED) |
| 5 | include_directories(${LIBAV_INCLUDE_DIR}) | 5 | include_directories(${LIBAV_INCLUDE_DIR}) |
| 6 | set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} ${LIBAV_LIBRARIES}) | 6 | set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} ${LIBAV_LIBRARIES}) |
| 7 | - set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} plugins/gallery/keyframes.cpp) | ||
| 8 | 7 | ||
| 9 | foreach(LIBAV_LIB ${LIBAV_LIBRARIES}) | 8 | foreach(LIBAV_LIB ${LIBAV_LIBRARIES}) |
| 10 | install(FILES ${LIBAV_LIB} DESTINATION lib) | 9 | install(FILES ${LIBAV_LIB} DESTINATION lib) |
| 11 | endforeach() | 10 | endforeach() |
| 11 | +else() | ||
| 12 | + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/keyframes.cpp) | ||
| 12 | endif() | 13 | endif() |