compile fix
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
#include "SDL_utils.h"
|
#include "SDL_utils.h"
|
||||||
#include "SDL_endian.h"
|
#include "SDL_endian.h"
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
namespace avcodec
|
namespace avcodec
|
||||||
{
|
{
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
@@ -486,6 +488,7 @@ static avcodec::URLProtocol RageProtocol =
|
|||||||
NULL,
|
NULL,
|
||||||
URLRageFile_seek,
|
URLRageFile_seek,
|
||||||
URLRageFile_close,
|
URLRageFile_close,
|
||||||
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static void InitProtocol()
|
static void InitProtocol()
|
||||||
|
|||||||
Reference in New Issue
Block a user