Browse Source

opencv might require QuickTime.framework

David Rose 13 years ago
parent
commit
243339c080
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/pptempl/Global.pp

+ 1 - 0
dtool/pptempl/Global.pp

@@ -225,6 +225,7 @@
   #define opencv_lpath $[wildcard $[OPENCV_LPATH]]
   #define opencv_cflags $[OPENCV_CFLAGS]
   #define opencv_libs $[OPENCV_LIBS]
+  #define opencv_framework $[OPENCV_FRAMEWORK]
 #endif
 
 #if $[HAVE_FFMPEG]