Last change
on this file was 96468, checked in by vboxsync, 2 years ago |
libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275
|
File size:
450 bytes
|
Line | |
---|
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.3.2
|
---|
7 | libvorbis-1.4.0
|
---|
8 |
|
---|
9 | Because there is no automatic library detection you have to,
|
---|
10 | either:
|
---|
11 |
|
---|
12 | 1. Rename libogg-1.3.2 to libogg.
|
---|
13 |
|
---|
14 | 2. Open libogg.props 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.3.2".
|
---|
Note:
See
TracBrowser
for help on using the repository browser.