README-Win32.txt.old
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. The MSCV++ workspace and project files have been broken for some time and I 
  2. have not found anyone willing to fix them or provide new ones. I hope the
  3. following instructions will be sufficient for Win32 to users to build, test
  4. and use this library.
  5. It is assumed that when you unzip the source code package you will keep the
  6. directory structure of the archive.
  7. The source code for the library it self is in following directories under 
  8. the main libsndfile directory:
  9. src/
  10. src/GSM610/
  11. To build the library you need to create a project containing all the *.c files 
  12. in these two directories. In addition, you should copy the two header files
  13. in the Win32/ directory (config.h and unistd.h) to the src/ directory. In the
  14. case of config.h you will be overwriting the existing config.h file.
  15. The test programs are all in the directory tests/ which contains one .c file
  16. for each test program. To create all the test programs you will need to 
  17. compile each of these test programs and link it to the library.
  18. Finally, there is also a directory examples/, which contains a number of small
  19. example programs. These can be compiled and linked much like the files in the
  20. tests/ directory.
  21. Anybody who can add to or clarify these instructions should should send me 
  22. email at <erikd@zip.com.au>.
  23. Erik de Castro Lopo
  24. May 30th, 2000