>I want to cross compile it for ARM platform, where it target to support >alsa and directfb. But it is configured to unsupported when I compile it, >even if I configured with --enable-alsa --enable-directfb. Any ideas? I don't think --enable-alsa will work. When you invoke configure, add the following options that point to the target files, not the host. That way configure can autodetect the correct environment. --with-extralibdir=/path/to/lib/files/on/target --with-extraincdir=/path/to/include/files/on/target I also used the following configure options for cross-compiling: --enable-cross-compile --cc=your-target-gcc --host-cc=/usr/bin/gcc Hope this helps! _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users