| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| libogg.vsprops | 05-Aug-2015 | 775 | |
| libvorbis/ | 05-Aug-2015 | ||
| libvorbisfile/ | 05-Aug-2015 | ||
| README | 05-Aug-2015 | 450 | |
| vorbis_dynamic.sln | 05-Aug-2015 | 6.4K | |
| vorbis_static.sln | 05-Aug-2015 | 6.4K | |
| vorbisdec/ | 05-Aug-2015 | ||
| vorbisenc/ | 05-Aug-2015 | ||
1 libvorbis has libogg as a dependency, you need to have libogg 2 compiled beforehand. 3 4 Lets say you have libogg and libvorbis in the same directory: 5 6 libogg-1.1.3 7 libvorbis-1.2.0 8 9 Because there is no automatic library detection you have to, 10 either: 11 12 1. Rename libogg-1.1.3 to libogg 13 14 2. Open libogg.vsprops with a text editor (even notepad.exe 15 will suffice) and see if LIBOGG_VERSION is set to the correct 16 version, in this case "1.1.3" 17