Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

m
→‎Libraries needed: update versions of libogg and libvorbis libraries
m (→‎libogg: update.)
m (→‎Libraries needed: update versions of libogg and libvorbis libraries)
Line 39: Line 39:
* [http://downloads.xiph.org/releases/ogg/ libogg] and [http://downloads.xiph.org/releases/vorbis/ libvorbis] for OGG support.  
* [http://downloads.xiph.org/releases/ogg/ libogg] and [http://downloads.xiph.org/releases/vorbis/ libvorbis] for OGG support.  
Note that the libraries included in the "vorbis" package won't work. You need libogg and libvorbis, not vorbis.
Note that the libraries included in the "vorbis" package won't work. You need libogg and libvorbis, not vorbis.
Latest stable versions at the time of writing this: [http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip 1.1.3] and [http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip 1.2.0].
Latest stable versions at the time of writing this: [http://downloads.xiph.org/releases/ogg/libogg-1.1.4.zip 1.1.4] and [http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.zip 1.2.3].


* [ftp://ftp.mars.org/pub/mpeg/ libmad] for MP3 support.  
* [ftp://ftp.mars.org/pub/mpeg/ libmad] for MP3 support.  
Line 58: Line 58:
You need the latest libpng source code.
You need the latest libpng source code.
Latest stable version at the time of writing this: [ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.36.tar.gz 1.2.36]
Latest stable version at the time of writing this: [ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.36.tar.gz 1.2.36]


== Building the libraries ==
== Building the libraries ==
561

edits