added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827

This commit is contained in:
Vadim Pisarevsky
2012-04-26 13:32:27 +00:00
parent b93d3d7a55
commit f87c2e49db
2 changed files with 13 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ icvInitFFMPEG(void)
{
#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