Hello Guys:
I install TI-OpenCL on keystone-linux filesystem correcttly, and want to compile ffmpeg with it, but when I configure ffmpeg with option --enble-opencl, It always prompt that opencl not found, Does someone has any suggestion about it?
BTW, my opencl sample can run on my board correcttly, so, I think opencl is correct.
my ffmpeg configure command
./configure --prefix=/share/rootfs --enable-shared --cross-prefix=/ti/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf- --arch=armv7a --target-os=linux --enable-gpl --enable-libx264 --enable-libmp3lame --extra-cflags=-I/share/rootfs/usr/include --extra-ldflags=-L/share/rootfs/usr/lib
Error prompt:
ERROR: opencl not found