fixed opencv_ffmpeg.dll name in gpu video encoding/decoding

pull/2/head
Vladislav Vinogradov 13 years ago
parent ca57239618
commit 77717e1abc
  1. 1
      modules/gpu/src/ffmpeg_video_source.cpp
  2. 1
      modules/gpu/src/video_writer.cpp

@ -68,6 +68,7 @@ namespace
{
#if defined WIN32 || defined _WIN32
const char* module_name = "opencv_ffmpeg"
CVAUX_STR(CV_MAJOR_VERSION) CVAUX_STR(CV_MINOR_VERSION) CVAUX_STR(CV_SUBMINOR_VERSION)
#if (defined _MSC_VER && defined _M_X64) || (defined __GNUC__ && defined __x86_64__)
"_64"
#endif

@ -771,6 +771,7 @@ namespace
{
#if defined WIN32 || defined _WIN32
const char* module_name = "opencv_ffmpeg"
CVAUX_STR(CV_MAJOR_VERSION) CVAUX_STR(CV_MINOR_VERSION) CVAUX_STR(CV_SUBMINOR_VERSION)
#if (defined _MSC_VER && defined _M_X64) || (defined __GNUC__ && defined __x86_64__)
"_64"
#endif

Loading…
Cancel
Save