Hi
I want to use ffmpeg on my TMDXEVM368 board,
and faced to the compilation problem, cannot compile.
Does anyone show me the method to use the ffmpeg on DM368?
I got the latest package of "ffmpeg" that it's working on Ubuntu.
I try the below on "ffmpeg",
$./configure --target-os=linux --arch=armv --cpu=armv5te --enable-cross-compile --cross-prefix=/home/dm368/Toolchain/bin/ar
m-none-linux-gnueabi- --prefix=/home/dm368/ffmpeg
but the error occurred as blow.
----------------------------------
......(omitted)
......
License: LGPL version 2.1 or later
Creating config.mak and config.h...
config.h is unchanged
libavutil/avconfig.h is unchanged
WARNING: /home/dm368/Toolchain/bin/arm-none-linux-gnueabi-pkg-config not found, library detection may fail.
----------------------------------
Exactly in my cross-compiler directory "/home/dm368/Toolchain/bin/",
there is not a executed file "arm-none-linux-gnueabi-pkg-config".
How can I get the file above?
Or there is some other method to be able to use ffmpeg?
Best regards!
Hirotaka