Displaying 2 results from an estimated 2 matches for "_v_codebook_h_".
2001 Nov 06
1
Updated Vorbis project
...the Vorbis project.
First, cd to the vorbis directory and issue a "patch -p1" with this data:
###################################################
--- vorbis/lib/codebook.h Tue Nov 6 16:51:34 2001
+++ vorbis/lib/codebook-new.h Sat Nov 3 19:32:33 2001
@@ -18,7 +18,7 @@
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
/* This structure encapsulates huffman and VQ style encoding books; it
doesn't do anything specific to either.
###################################################
Then, cd to the vorbis directory and...
2001 Nov 07
1
Vorbis framework @ /Library/Frameworks
First, cd to the vorbis directory and issue a "patch -p1" with this data:
###################################################
--- vorbis/lib/codebook.h Tue Nov 6 16:51:34 2001
+++ vorbis/lib/codebook-new.h Sat Nov 3 19:32:33 2001
@@ -18,7 +18,7 @@
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
/* This structure encapsulates huffman and VQ style encoding books; it
doesn't do anything specific to either.
###################################################
Then, cd to the vorbis directory and...