Same reason. (Modifying these headers will create more work later
when a new version of Vorbis comes out.)
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <vorbis/ogg/os_types.h>
|
#include <ogg/os_types.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
long endbyte;
|
long endbyte;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ extern "C"
|
|||||||
{
|
{
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#include <vorbis/ogg/ogg.h>
|
#include <ogg/ogg.h>
|
||||||
|
|
||||||
typedef struct vorbis_info{
|
typedef struct vorbis_info{
|
||||||
int version;
|
int version;
|
||||||
|
|||||||
Reference in New Issue
Block a user