README.WINGTK
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. March 30, 2000
  2. Release notes MP3X (the LAME frame analyzer) for WIN32
  3. ===========================================================================
  4. How to compile Lame with MP3x support:
  5. You first need the proper GTK and GLIB include files and lib files. 
  6. You can get them from the WINGTK project 
  7. http://user.sgic.fi/~tml/gimp/win32/ 
  8. (or see http://www.gtk.org, and click on the WINGTK link).
  9. Download:  glib-dev-VERSION.zip, gtk+-dev-VERSION.zip, extralibs-dev-VERSION.zip
  10. where VERSION = something like 20000201
  11. unzip the files.  this will make a "src" directory. (for example, c:gtksrc)
  12. Then, in MSVC, under Tools->options->directories, add 
  13. to the "include files" and "library files" settings:
  14.   c:gtksrcglib
  15.   c:gtksrcgtk+glib
  16.   c:gtksrcgtk+
  17. ===========================================================================
  18. To run MP3x.exe, or lame.exe with MP3x support, you need
  19. the GTK DLL files:  Either instal them on your system,
  20. or put them in the same directory as lame.exe.
  21. glib-1.3.dll
  22. gdk-1.3.dll
  23. gtk-1.3.dll
  24. gmodule-1.3.dll
  25. gnu-intl.dll
  26. lame -g myfile
  27. myfile can be a mp3 file, or a wav file.