readme.txt 852 B

1234567891011121314151617181920212223242526272829
  1. In order to build this codec, you need the Windows98 DDK from Microsoft. It can also work
  2. with the Windows2000/ME/XP/2003 DDK:
  3. http://www.microsoft.com/ddk/
  4. Alternatively, the required headers are also available in CYGWIN+w32api, MINGW32 or Wine :
  5. http://www.cygwin.com/
  6. http://www.mingw.org/
  7. http://www.winehq.com/
  8. If you do not have a ddk, you should be able to use the alternative msacmdrv.h provided
  9. with this ACM codec. It is not used by default because it would probably broke any real
  10. DDK already installed.
  11. ---------------
  12. Define ENABLE_DECODING if you want to use the decoding (alpha state, doesn't decode at the
  13. moment, so use it only if you plan to develop)
  14. ---------------
  15. To release this codec you will need :
  16. - lameACM.acm (result of the build process)
  17. - lameACM.inf
  18. - lame_acm.xml (where the initial configuration is stored)