another set of opencv paths

This commit is contained in:
Zachary Pavlov 2005-08-20 00:30:47 +00:00
parent 3cf0cd1fb2
commit 930838b2c7

View File

@ -160,6 +160,13 @@
#define dx_libs $[DX_LIBS]
#endif
#if $[HAVE_CV]
#define cv_ipath $[wildcard $[CV_IPATH]]
#define cv_lpath $[wildcard $[CV_LPATH]]
#define cv_cflags $[CV_CFLAGS]
#define cv_libs $[CV_LIBS]
#endif
#if $[HAVE_JPEG]
#define jpeg_ipath $[wildcard $[JPEG_IPATH]]
#define jpeg_lpath $[wildcard $[JPEG_LPATH]]