Skip to content

Commit

Permalink
Revert "Enable opencl kde packet pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 87fe0cb.
  • Loading branch information
r9y9 committed May 28, 2018
1 parent 14d76e2 commit 78b8748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylibfreenect2/libfreenect2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 78b8748

Please sign in to comment.