AJ Kelly
2010-05-21 20:50:01 -05:00
parent d2d6e66b3c
commit b0798c05ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#if defined(HAVE_FFMPEG)
extern "C"
{
#include <ffmpeg/libavcodec/avcodec.h>
#include <libavcodec/avcodec.h>
}
#endif
@@ -695,7 +695,7 @@ int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size )
#if defined(MACOSX)
avcodec::offset_t URLRageFile_seek( avcodec::URLContext *h, avcodec::offset_t pos, int whence )
#else
avcodec::int64_t URLRageFile_seek( avcodec::URLContext *h, avcodec::int64_t pos, int whence )
int64_t URLRageFile_seek( avcodec::URLContext *h, avcodec::int64_t pos, int whence )
#endif
{
RageFileBasic *f = (RageFileBasic *) h->priv_data;