mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix for older FFMPEG versions
This commit is contained in:
parent
dda716192e
commit
581e928c57
@ -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.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user