Fix for older FFMPEG versions

This commit is contained in:
rdb 2009-02-20 07:27:48 +00:00
parent dda716192e
commit 581e928c57

View File

@ -20,6 +20,10 @@
#include "virtualFileSystem.h"
#include "avio.h"
#ifndef AVSEEK_SIZE
#define AVSEEK_SIZE 0x10000
#endif
////////////////////////////////////////////////////////////////////
// These functions need to use C calling conventions.
////////////////////////////////////////////////////////////////////