diff --git a/pylibfreenect2/libfreenect2.pyx b/pylibfreenect2/libfreenect2.pyx index e267010..e3ad6f3 100644 --- a/pylibfreenect2/libfreenect2.pyx +++ b/pylibfreenect2/libfreenect2.pyx @@ -1127,7 +1127,7 @@ IF LIBFREENECT2_WITH_OPENGL_SUPPORT == True: IF LIBFREENECT2_WITH_OPENCL_SUPPORT == True: include "opencl_packet_pipeline.pxi" - include "opencl_kde_packet_pipeline.pxi" + # include "opencl_kde_packet_pipeline.pxi" cdef class Freenect2Device: """Python interface for ``libfreenect2::Freenect2Device``.