Sample wont run
amigax opened this issue · 3 comments
amigax commented
Grabbed this and loaded in android studio, but when I run it says:
\GPUImage-x-master\GPUImage-x\proj.android\GPUImage-x\library\src\main\cpp\filter\GaussianBlurFilter.cpp
Error:(21, 10) fatal error: 'util.h' file not found
gupta-shubham93 commented
Facing the same issue, any update?
wangyiqian commented
Try to update your ndk
gupta-shubham93 commented
@wangyiqian NDK is already on the latest version 16.1.4479499
I got it fixed by replacing #include "util.h" with #include "../util.h" as the util.h was in the previous directory from the file which was including util.h, and got rid of the error.
Please update this in your source code as well, so that no one else faces this issue.