README
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  1. This is the contrib build system for VLC Media Player. It has been
  2. primarily developed for Mac, it has been adapted for BeOs and win32.
  3. It would be not too difficult to extend it to other sytem.
  4. To use it, first in the contrib directory, type :
  5. ./bootstrap
  6. You can specify an argument to cross compile, for example:
  7.     ./bootstrap i586-pc-beos
  8. This will look for a i586-pc-beos-gcc cross compiler. Default is to
  9. build natively.
  10. Bootstrap generates your default contrib configuration and puts it in a file
  11. named 'distro.mak'. Edit this file to fine-tune your preferences for 3rd-party
  12. libraries that will be build in the contrib system.
  13. Customize config.mak if you need to, then you need to choose between
  14. building from source (can take a long time but is easily customizable)
  15. and fetching a pre-compiled binary package. Either type 'make src'
  16. or 'make bin' (also from the contrib directory).
  17. Once the contribs are built, you can start building VLC.
  18. See: http://developers.videolan.org/vlc/osx-compile.html 
  19. or INSTALL.win32 for more details on that.
  20. Happy hacking.
  21. --Meuuh 2003-11-15
  22. Appendix: 
  23.  I) BUILDING AMR SUPPORT IN FFMPEG
  24. To build ffmpeg with AMR support add HAVE_AMR=1 to config.mak or do:
  25. echo "HAVE_AMR=1" >> config.mak
  26. and add .libamrwb .libamrnb (before .ffmpeg) to your distro.mak. Then rebuild the contrib with: 
  27. make src
  28.  II) The following patches have already been sent to the upstream developers:
  29. ffmpeg-cvs-mactel.patch - split in 5 and sent to ffmpeg-devel@mplayerhq.hu
  30.  o patch-ffmpeg-0b.diff
  31.  o patch-ffmpeg-darwin-support.diff
  32.  o patch-ffmpeg-inline-asm-macros.diff
  33.  o patch-ffmpeg-nop.diff
  34.  o patch-ffmpeg-p2align.diff
  35. flac-mactel.patch - sent to flac-dev@lists.sourceforge.net
  36. libdvdnav-mactel.patch - sent to dvd-devel@lists.sourceforge.net
  37. mpeg2dec.patch - committed upstream, will be in the 0.4.1 release