Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
libvorbis/ | 03-May-2024 | - | 1,416 | 1,414 | ||
libvorbisfile/ | 03-May-2024 | - | 429 | 427 | ||
vorbisdec/ | 03-May-2024 | - | 214 | 212 | ||
vorbisenc/ | 03-May-2024 | - | 214 | 212 | ||
README | D | 03-May-2024 | 450 | 17 | 11 | |
libogg.vsprops | D | 03-May-2024 | 775 | 20 | 19 | |
vorbis_dynamic.sln | D | 03-May-2024 | 6.4 KiB | 93 | 91 | |
vorbis_static.sln | D | 03-May-2024 | 6.4 KiB | 93 | 91 |
README
1libvorbis has libogg as a dependency, you need to have libogg 2compiled beforehand. 3 4Lets say you have libogg and libvorbis in the same directory: 5 6libogg-1.1.3 7libvorbis-1.2.0 8 9Because there is no automatic library detection you have to, 10either: 11 121. Rename libogg-1.1.3 to libogg 13 142. Open libogg.vsprops with a text editor (even notepad.exe 15will suffice) and see if LIBOGG_VERSION is set to the correct 16version, in this case "1.1.3" 17