Displaying 1 result from an estimated 1 matches for "libogg_version".
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
...say d:\build
2. Build libogg by launching
d:\build\libogg-1.2.2\win32\VS2008\libogg_static.sln
3. Download libvorbis-1.3.2.zip
<http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.zip> and
unpack it to d:\build
4. Edit d:\build\libvorbis-1.3.2\win32\VS2008\libogg.vsprops and change
LIBOGG_VERSION from 1.1.4 to 1.2.2
5. Build libvorbis by launching
d:\build\libvorbis-1.3.2\win32\VS2008\vorbis_static.sln
6. Download libtheora-1.1.1.zip
<http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip> and
unpack it to d:\build
7. Edit d:\build\libtheora-1.1.1\win32\VS2008\libogg.vsprops an...