Joined: 15.12.2009, 12:28 Posts: 14
|
Hi again. You sick of hearing my questions yet? Well I will probably have a lot more. Sorry. I am trying to add the Sound Extension and ran into this. Extensions/Sound/Dependencies/Source/ogg/framing.c:29: error: conflicting types for ‘ogg_page_version’
#include <stdlib.h> #include <string.h> #include <ogg/ogg.h>
/* A complete description of Ogg framing exists in docs/framing.html */
int ogg_page_version(ogg_page *og){ return((int)(og->header[4])); }
I am running Ubuntu 10.10 (if that makes a difference) Thanks guys.
|
|