Hello!
I have to convert video to h264 on the DM355 and DM365. I have downloaded X264 from http://gitorious.org/x264-arm, I also try from ftp://ftp.videolan.org/pub/videolan/x264/snapshots/, and compile it.
./configure --enable-shared --host=arm-linux --cross-prefix=arm_v5t_le-
Platform: ARM
System: LINUX
asm: yes
avis input: no
mp4 output: no
pthread: yes
debug: no
gprof: no
PIC: yes
shared: yes
visualize: no
Then I run make I see -mcpu=cortex-a8 -mfpu=neon.
file x264
x264: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
Then I try run x264 on the board I always get error Illegal options.
Where can I found X264 for TI Davinci processor or how can I solve this problem?
Thank you and excuse me for my bad english.