Re: cross compile for ARM platform to support alsa and directfb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]<

 



>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

[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux