Hi all
I want to do h264 packet into other file format like mp4 etc,
i cross-complie ffmpeg,
but it always say that
WARNING: /root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-pkg-config not found, library detection may fail.
i put all the support in folder /root/ffmpeg/bin/arm,
and cross -complier install at /root/CodeSourcery/Sourcery_G++_Lite
can someone help me ? Thank you!
best regards
follow is some of the print info:
> --enable-cross-compile \
> --cross-prefix=/root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- \
> --target-os=linux --arch=armv7 \
> --cross-prefix=/root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- \
> --target-os=linux --arch=armv \
> --enable-libmp3lame --enable-libxvid --enable-nonfree --enable-gpl \
> --sysinclude=/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/include \
> --extra-cflags=-I/root/ffmpeg/bin/arm/include \
> --extra-ldflags=-L/root/ffmpeg/bin/arm/lib \
> --extra-ldflags=-L/root/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/lib
install prefix /root/ffmpeg/bin/arm
source path .
C compiler /root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc
Enabled outdevs:
oss
License: nonfree and unredistributable
Creating config.mak and config.h...
libavutil/avconfig.h is unchanged
WARNING: /root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-pkg-config not found, library detection may fail.
root@qrfsmdn032-laptop:~/ffmpeg/ffmpeg/ffmpeg#