Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/win32/VS2005/README @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 libvorbis has libogg as a dependency, you need to have libogg |
cannam@86 | 2 compiled beforehand. |
cannam@86 | 3 |
cannam@86 | 4 Lets say you have libogg and libvorbis in the same directory: |
cannam@86 | 5 |
cannam@86 | 6 libogg-1.1.3 |
cannam@86 | 7 libvorbis-1.2.0 |
cannam@86 | 8 |
cannam@86 | 9 Because there is no automatic library detection you have to, |
cannam@86 | 10 either: |
cannam@86 | 11 |
cannam@86 | 12 1. Rename libogg-1.1.3 to libogg |
cannam@86 | 13 |
cannam@86 | 14 2. Open libogg.vsprops with a text editor (even notepad.exe |
cannam@86 | 15 will suffice) and see if LIBOGG_VERSION is set to the correct |
cannam@86 | 16 version, in this case "1.1.3" |