This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to compile FFMPEG with TI-OpenCL?



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