]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/src/highgui/CMakeLists.txt
update include/lib files of ffmpeg to 0.5.1 version. Add support Windows64 under...
[opencv.git] / opencv / src / highgui / CMakeLists.txt
index dda70ec90912d0668f2b407b61bc843bf6272647..07710c23bae96e3a2eeca7184bbbf2bbb0d912ad 100644 (file)
@@ -249,8 +249,12 @@ if(WIN32)
        endif()
 
        if(MINGW)
-               target_link_libraries(${the_target} vfw32 winmm videoInput strmiids)
-       endif()
+               if(MINGW64)
+                       target_link_libraries(${the_target} msvfw32 avifil32 avicap32 winmm videoInput64 strmiids)
+               else()
+                       target_link_libraries(${the_target} vfw32 winmm videoInput strmiids)
+               endif()  
+    endif()
 endif()
 
 if(APPLE)