Skip to content

Commit 78b8748

Browse files
committed
Revert "Enable opencl kde packet pipeline"
This reverts commit 87fe0cb.
1 parent 14d76e2 commit 78b8748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylibfreenect2/libfreenect2.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ IF LIBFREENECT2_WITH_OPENGL_SUPPORT == True:
11271127

11281128
IF LIBFREENECT2_WITH_OPENCL_SUPPORT == True:
11291129
include "opencl_packet_pipeline.pxi"
1130-
include "opencl_kde_packet_pipeline.pxi"
1130+
# include "opencl_kde_packet_pipeline.pxi"
11311131

11321132
cdef class Freenect2Device:
11331133
"""Python interface for ``libfreenect2::Freenect2Device``.

0 commit comments

Comments
 (0)