Commit bff818af authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed static build of gpu module with ffmpeg:

multiple definition of cap_ffmpeg_impl.hpp functions in gpu and highgui
parent beb377b3
......@@ -44,7 +44,7 @@
#if defined(HAVE_CUDA) && !defined(__APPLE__)
#ifdef HAVE_FFMPEG
#if defined(HAVE_FFMPEG) && defined(BUILD_SHARED_LIBS)
#include "cap_ffmpeg_impl.hpp"
#else
#include "cap_ffmpeg_api.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment