File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ mpegflow.exe : mpegflow.cpp
1313 for %I in ($( FFMPEG_DIR:dev=shared) \b in\a vutil-* .dll $( FFMPEG_DIR:dev=shared) \b in\a vformat-* .dll $( FFMPEG_DIR:dev=shared) \b in\a vcodec-* .dll $( FFMPEG_DIR:dev=shared) \b in\s wresample-* .dll) do copy %I $( MAKEDIR)
1414
1515vis.exe : vis.cpp
16- cl $? /OUT:$@ /MT /EHsc /I$(OPENCV_DIR ) \. .\. .\i nclude /link opencv_world310 .lib /LIBPATH:$(OPENCV_DIR ) \l ib
17- for %I in ($( OPENCV_DIR) \b in\o pencv_world310 .dll $( OPENCV_DIR) \b in\o pencv_world310_64 .dll) do copy %I $( MAKEDIR)
16+ cl $? /OUT:$@ /MT /EHsc /I$(OPENCV_DIR ) \. .\. .\i nclude /link opencv_world320 .lib /LIBPATH:$(OPENCV_DIR ) \l ib
17+ for %I in ($( OPENCV_DIR) \b in\o pencv_world320 .dll $( OPENCV_DIR) \b in\o pencv_world320_64 .dll) do copy %I $( MAKEDIR)
1818
1919clean :
2020 $(OS:Windows_NT=del ) rm mpegflow vis * .exe * .obj * .dll
You can’t perform that action at this time.
0 commit comments