Displaying 2 results from an estimated 2 matches for "branch_jackoggsvorbi".
Did you mean:
branch_jackoggsvorbis
2000 Sep 03
2
cvs changes
...into the 'ogg' module in
cvs. I'd appreciate it if any changes made to ogg in the vorbis module
would be copied here as well until such time as the mainline vorbis stuff
reflects the changes in the branch.
Next, I have got a vorbis module that compiles and links against libogg in
'branch_jackoggsvorbis'. It works fine, and I can compile everything in
the entire vorbis tree. I will commit this to the postbeta2 branch once i
get blessing from Monty. Basically vorbis assumes you have libogg
installed in teh usual places, or you can do ./configure --with-ogg=DIR to
specify somewhere special....
2000 Sep 26
1
branch merged
I just finished the merge of branch_jackoggsvorbis into branch_postbeta2
Vorbis is now split into two libs, libogg, and libvorbis in this branch.
the follow modules are a result:
ogg - basic framing library, all ogg code and docs, etc
vorbis - the vorbis codec, depends on ogg
vorbis-plugins - all the audio plugins for ogg vorbis, depends on ogg...