Skip to content

Commit 1d230aa

Browse files
committed
fixing windows build script
1 parent 409e676 commit 1d230aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fastvideofeat/Makefile.nmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OPENCV_DIR = ../bin/dependencies/opencv/build
2-
FFMPEG_DIR = ../bin/dependencies/ffmpeg-2.4.5-win64-dev
1+
OPENCV_DIR = ../../bin/dependencies/opencv/build
2+
FFMPEG_DIR = ../../bin/dependencies/ffmpeg-2.4.5-win64-dev
33
VC_VERSION = vc12
44
OPENCV_ARCH = x64
55

0 commit comments

Comments
 (0)