Signed-off-by: yao <bitwangyaoyao@gmail.com>
pull/7/head
yao 13 years ago
parent 989631c5cc
commit 1eedcea58d
  1. 2
      modules/ocl/cl2cpp.py

@ -14,7 +14,7 @@ cl_list = glob.glob(os.path.join(indir, "*.cl"))
kfile = open(outname, "wt")
kfile.write("""// This file is auto-generated. Do not edit!
//#include "precomp.hpp"
namespace cv
{
namespace ocl

Loading…
Cancel
Save