Need help to generate ffplay for beagleboard xm RevB and RevC.

Hi ,

We have beagle board xm rev B with us,we have made 2 partitions of sd
card,and ported uimage,uboot,MLO on boot partition,and we have
angstrom root file system on another partition,we are trying to build
ffmpeg framework for arm,almost all the components like
ffserver,ffmpeg,ffprobe are built for the arm but ffplay is giving
trouble to build,somehow i got that it has sdl dependancies,then we
have resolved the dependancy,using this command

Configure Command:

./configure --arch=arm --target-os=linux --enable-cross-compile --
cross-prefix=arm-none-linux-gnueabi- --cc=arm-none-linux-gnueabi-gcc --
prefix=/home/Lucky/Lucky_Data/ACP_project/SDL-1.2.14 --enable-gpl --
enable-nonfree --enable-version3 --enable-avfilter --enable-pthreads --
enable-postproc --enable-avfilter-lavf --enable-filter=drawtext --
enable-static --enable-swscale --enable-debug --disable-shared --
extra-cflags="$(pkg-config sdl --cflags)" --extra-ldflags="$(pkg-
config sdl --libs)"

we build the ffplay,but when executed on board it gives segmentation
fault.

The segmentation fault is coming due to SDL_SetVideoMode Call in
ffplay code,it returns NULL.
It says "Couldn't Set Video Mode...exiting..."
I wanted to ask whether

1) The problem is with the configure command.
2) Or is it with uimage,since because it may need support for some
drivers at os level.
3)One more query does uimages for various types of beagleboard
varies,if so then what are the differences.....

So we need help regarding it..please provide inputs.....

You do know that's undistributable, right?

Ok if we omit that option we get