tizen 2.4 release
[external/libtheora.git] / win32 / VS2008 / README
1 libtheora has libogg as a dependency, and for examples, also \r
2 libvorbis, therefore you need to have libogg and libvorbis\r
3 compiled beforehand.\r
4 \r
5 Lets say you have libogg, libvorbis and libtheora in the same directory:\r
6 \r
7 libogg-1.1.4 \r
8 libvorbis-1.2.2\r
9 libtheora-1.0\r
10 \r
11 Because there is no automatic library detection you have to,\r
12 either:\r
13 \r
14 1. Rename libogg-1.1.4 to libogg, and libvorbis-1.2.2 to libvorbis.\r
15 \r
16 2. Open libogg.vsprops with a text editor (even notepad.exe\r
17 will suffice) and see if LIBOGG_VERSION is set to the correct\r
18 version, in this case "1.1.4".\r
19 \r
20 The same procedure should be done for libvorbis.vsprops and \r
21 check LIBVORBIS_VERSION for the correct version, in this \r
22 case "1.2.2".\r